diff options
author | jamescook@chromium.org <jamescook@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-23 01:08:59 +0000 |
---|---|---|
committer | jamescook@chromium.org <jamescook@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-23 01:08:59 +0000 |
commit | 2094438f56306e5c5439f3695bc61b101d198cda (patch) | |
tree | 00dced20d2e109b177bd46ff14517d4d1c29caed /build/filename_rules.gypi | |
parent | 0c850013a3ca89673bc8f0be9a620d63c06955e8 (diff) | |
download | chromium_src-2094438f56306e5c5439f3695bc61b101d198cda.zip chromium_src-2094438f56306e5c5439f3695bc61b101d198cda.tar.gz chromium_src-2094438f56306e5c5439f3695bc61b101d198cda.tar.bz2 |
Rename and move Ash window frame files
* AppNonClientFrameViewAura is Ash-specific, rename to AppNonClientFrameViewAsh
* Move BrowserNonClientFrameViewAsh into chrome/browser/ui/views/frame/ with
all the other views platform-specific frames
* Add build rule to exclude _ash_browsertests for non-Ash builds
BUG=156361
TEST=compiles, browser_tests *NonClientFrameView* pass
Review URL: https://chromiumcodereview.appspot.com/11229041
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@163466 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/filename_rules.gypi')
-rw-r--r-- | build/filename_rules.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/filename_rules.gypi b/build/filename_rules.gypi index 500a0d8..f20a472 100644 --- a/build/filename_rules.gypi +++ b/build/filename_rules.gypi @@ -88,7 +88,7 @@ 'sources/': [ ['exclude', '_aurawin\\.(h|cc)$'] ] }], ['<(use_ash)==0 or >(nacl_untrusted_build)==1', { - 'sources/': [ ['exclude', '_ash(_unittest)?\\.(h|cc)$'], + 'sources/': [ ['exclude', '_ash(_browsertest|_unittest)?\\.(h|cc)$'], ['exclude', '(^|/)ash/'], ] }], |