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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 14554002: Get use_aura=1 and use_aura=1 use_ash=1 building on linux (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cleanup Created 7 years, 7 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
« no previous file with comments | « chrome/browser/ui/app_list/app_list_service_selector.cc ('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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 1766 matching lines...) Expand 10 before | Expand all | Expand 10 after
1777 ], 1777 ],
1778 }], 1778 }],
1779 ['chromeos==0', { 1779 ['chromeos==0', {
1780 'sources/': [ 1780 'sources/': [
1781 ['exclude', '^browser/chromeos'], 1781 ['exclude', '^browser/chromeos'],
1782 ['exclude', '^browser/ui/webui/options/chromeos/'], 1782 ['exclude', '^browser/ui/webui/options/chromeos/'],
1783 ], 1783 ],
1784 'sources!': [ 1784 'sources!': [
1785 'browser/extensions/api/rtc_private/rtc_private_apitest.cc', 1785 'browser/extensions/api/rtc_private/rtc_private_apitest.cc',
1786 'browser/extensions/api/terminal/terminal_private_apitest.cc', 1786 'browser/extensions/api/terminal/terminal_private_apitest.cc',
1787 'browser/ui/ash/caps_lock_delegate_chromeos_browsertest.cc',
1787 'test/data/webui/certificate_viewer_dialog_test.js', 1788 'test/data/webui/certificate_viewer_dialog_test.js',
1788 'test/data/webui/certificate_viewer_ui_test-inl.h', 1789 'test/data/webui/certificate_viewer_ui_test-inl.h',
1789 ], 1790 ],
1790 }, { # chromeos==1 1791 }, { # chromeos==1
1791 'sources!': [ 1792 'sources!': [
1792 'browser/extensions/load_and_launch_browsertest.cc', 1793 'browser/extensions/load_and_launch_browsertest.cc',
1793 'browser/printing/cloud_print/test/cloud_print_policy_browsertest.cc ', 1794 'browser/printing/cloud_print/test/cloud_print_policy_browsertest.cc ',
1794 'browser/printing/cloud_print/test/cloud_print_proxy_process_browser test.cc', 1795 'browser/printing/cloud_print/test/cloud_print_proxy_process_browser test.cc',
1795 'browser/service/service_process_control_browsertest.cc', 1796 'browser/service/service_process_control_browsertest.cc',
1796 'browser/signin/signin_browsertest.cc', 1797 'browser/signin/signin_browsertest.cc',
(...skipping 1600 matching lines...) Expand 10 before | Expand all | Expand 10 after
3397 # more details. 3398 # more details.
3398 'DebugInformationFormat': '3', 3399 'DebugInformationFormat': '3',
3399 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb', 3400 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb',
3400 }, 3401 },
3401 }, 3402 },
3402 }, 3403 },
3403 ], 3404 ],
3404 }], 3405 }],
3405 ], # 'conditions' 3406 ], # 'conditions'
3406 } 3407 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/app_list/app_list_service_selector.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698