Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(11)

Side by Side Diff: chrome/chrome_tests.gypi

Issue 9836103: Fix most remaining WebUI link errors on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: about_flags Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« chrome/chrome_browser.gypi ('K') | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 { 4 {
5 'variables' : { 5 'variables' : {
6 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 2459 matching lines...) Expand 10 before | Expand all | Expand 10 after
2470 'sources/': [ 2470 'sources/': [
2471 ['exclude', '^browser/chrome_to_mobile'], 2471 ['exclude', '^browser/chrome_to_mobile'],
2472 ['exclude', '^browser/printing/'], 2472 ['exclude', '^browser/printing/'],
2473 ['exclude', '^browser/tabs/pinned_tab_'], 2473 ['exclude', '^browser/tabs/pinned_tab_'],
2474 ['exclude', '^browser/tabs/tab_strip_model'], 2474 ['exclude', '^browser/tabs/tab_strip_model'],
2475 ['exclude', '^browser/themes/'], 2475 ['exclude', '^browser/themes/'],
2476 ['exclude', '^browser/ui/panels'], 2476 ['exclude', '^browser/ui/panels'],
2477 ['exclude', '^browser/ui/tabs/'], 2477 ['exclude', '^browser/ui/tabs/'],
2478 ['exclude', '^browser/ui/toolbar/'], 2478 ['exclude', '^browser/ui/toolbar/'],
2479 ['exclude', '^browser/ui/webui/options/'], 2479 ['exclude', '^browser/ui/webui/options/'],
2480 ['exclude', '^browser/ui/webui/options2/'],
2480 ['exclude', '^browser/ui/webui/print_preview/'], 2481 ['exclude', '^browser/ui/webui/print_preview/'],
2481 # No service process on Android. 2482 # No service process on Android.
2482 ['exclude', '^common/service_'], 2483 ['exclude', '^common/service_'],
2483 ['exclude', '^service/'], 2484 ['exclude', '^service/'],
2484 ], 2485 ],
2485 }], 2486 }],
2486 ['enable_themes==0', { 2487 ['enable_themes==0', {
2487 'sources!': [ 2488 'sources!': [
2488 'browser/sync/glue/theme_data_type_controller_unittest.cc', 2489 'browser/sync/glue/theme_data_type_controller_unittest.cc',
2489 'browser/sync/glue/theme_util_unittest.cc', 2490 'browser/sync/glue/theme_util_unittest.cc',
(...skipping 2149 matching lines...) Expand 10 before | Expand all | Expand 10 after
4639 # Use outputs of this action as inputs for the main target build. 4640 # Use outputs of this action as inputs for the main target build.
4640 # Seems as a misnomer but makes this happy on Linux (scons). 4641 # Seems as a misnomer but makes this happy on Linux (scons).
4641 'process_outputs_as_sources': 1, 4642 'process_outputs_as_sources': 1,
4642 }, 4643 },
4643 ], # 'actions' 4644 ], # 'actions'
4644 }, 4645 },
4645 ] 4646 ]
4646 }], # 'coverage!=0' 4647 }], # 'coverage!=0'
4647 ], # 'conditions' 4648 ], # 'conditions'
4648 } 4649 }
OLDNEW
« chrome/chrome_browser.gypi ('K') | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698