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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 11829055: Create top level apps component and move some apps code there. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Nits Created 7 years, 11 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/chrome_browser_extensions.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 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 870 matching lines...) Expand 10 before | Expand all | Expand 10 after
881 '../ppapi/ppapi_internal.gyp:ppapi_tests', 881 '../ppapi/ppapi_internal.gyp:ppapi_tests',
882 '../third_party/mesa/mesa.gyp:osmesa', 882 '../third_party/mesa/mesa.gyp:osmesa',
883 ], 883 ],
884 'include_dirs': [ 884 'include_dirs': [
885 '..', 885 '..',
886 ], 886 ],
887 'defines': [ 887 'defines': [
888 'HAS_OUT_OF_PROC_TEST_RUNNER', 888 'HAS_OUT_OF_PROC_TEST_RUNNER',
889 ], 889 ],
890 'sources': [ 890 'sources': [
891 '../apps/app_restore_service_browsertest.cc',
891 'app/breakpad_mac_stubs.mm', 892 'app/breakpad_mac_stubs.mm',
892 'app/chrome_command_ids.h', 893 'app/chrome_command_ids.h',
893 'app/chrome_dll.rc', 894 'app/chrome_dll.rc',
894 'app/chrome_dll_resource.h', 895 'app/chrome_dll_resource.h',
895 'app/chrome_version.rc.version', 896 'app/chrome_version.rc.version',
896 'browser/accessibility/accessibility_extension_apitest.cc', 897 'browser/accessibility/accessibility_extension_apitest.cc',
897 'browser/accessibility/browser_accessibility_state_browsertest.cc', 898 'browser/accessibility/browser_accessibility_state_browsertest.cc',
898 'browser/app_controller_mac_browsertest.mm', 899 'browser/app_controller_mac_browsertest.mm',
899 'browser/autocomplete/autocomplete_browsertest.cc', 900 'browser/autocomplete/autocomplete_browsertest.cc',
900 'browser/autofill/autofill_browsertest.cc', 901 'browser/autofill/autofill_browsertest.cc',
(...skipping 1995 matching lines...) Expand 10 before | Expand all | Expand 10 after
2896 'sync_integration_tests.isolate', 2897 'sync_integration_tests.isolate',
2897 ], 2898 ],
2898 'sources': [ 2899 'sources': [
2899 'sync_integration_tests.isolate', 2900 'sync_integration_tests.isolate',
2900 ], 2901 ],
2901 }, 2902 },
2902 ], 2903 ],
2903 }], 2904 }],
2904 ], # 'conditions' 2905 ], # 'conditions'
2905 } 2906 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698