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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 7461089: First implementation of web intents table. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Final nit fixes Created 9 years, 5 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.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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 { 5 {
6 'variables' : { 6 'variables' : {
7 'pyautolib_sources': [ 7 'pyautolib_sources': [
8 'app/chrome_command_ids.h', 8 'app/chrome_command_ids.h',
9 'app/chrome_dll_resource.h', 9 'app/chrome_dll_resource.h',
10 'common/automation_constants.h', 10 'common/automation_constants.h',
(...skipping 1897 matching lines...) Expand 10 before | Expand all | Expand 10 after
1908 'browser/web_resource/promo_resource_service_unittest.cc', 1908 'browser/web_resource/promo_resource_service_unittest.cc',
1909 'browser/webdata/autofill_entry_unittest.cc', 1909 'browser/webdata/autofill_entry_unittest.cc',
1910 'browser/webdata/autofill_table_unittest.cc', 1910 'browser/webdata/autofill_table_unittest.cc',
1911 'browser/webdata/keyword_table_unittest.cc', 1911 'browser/webdata/keyword_table_unittest.cc',
1912 'browser/webdata/logins_table_unittest.cc', 1912 'browser/webdata/logins_table_unittest.cc',
1913 'browser/webdata/token_service_table_unittest.cc', 1913 'browser/webdata/token_service_table_unittest.cc',
1914 'browser/webdata/web_apps_table_unittest.cc', 1914 'browser/webdata/web_apps_table_unittest.cc',
1915 'browser/webdata/web_data_service_test_util.h', 1915 'browser/webdata/web_data_service_test_util.h',
1916 'browser/webdata/web_data_service_unittest.cc', 1916 'browser/webdata/web_data_service_unittest.cc',
1917 'browser/webdata/web_database_migration_unittest.cc', 1917 'browser/webdata/web_database_migration_unittest.cc',
1918 'browser/webdata/web_intents_table_unittest.cc',
1918 'common/attributed_string_coder_mac_unittest.mm', 1919 'common/attributed_string_coder_mac_unittest.mm',
1919 'common/bzip2_unittest.cc', 1920 'common/bzip2_unittest.cc',
1920 'common/child_process_logging_mac_unittest.mm', 1921 'common/child_process_logging_mac_unittest.mm',
1921 'common/chrome_paths_unittest.cc', 1922 'common/chrome_paths_unittest.cc',
1922 'common/common_param_traits_unittest.cc', 1923 'common/common_param_traits_unittest.cc',
1923 'common/content_settings_helper_unittest.cc', 1924 'common/content_settings_helper_unittest.cc',
1924 'common/deprecated/event_sys_unittest.cc', 1925 'common/deprecated/event_sys_unittest.cc',
1925 'common/extensions/extension_action_unittest.cc', 1926 'common/extensions/extension_action_unittest.cc',
1926 'common/extensions/extension_file_util_unittest.cc', 1927 'common/extensions/extension_file_util_unittest.cc',
1927 'common/extensions/extension_icon_set_unittest.cc', 1928 'common/extensions/extension_icon_set_unittest.cc',
(...skipping 2429 matching lines...) Expand 10 before | Expand all | Expand 10 after
4357 # Use outputs of this action as inputs for the main target build. 4358 # Use outputs of this action as inputs for the main target build.
4358 # Seems as a misnomer but makes this happy on Linux (scons). 4359 # Seems as a misnomer but makes this happy on Linux (scons).
4359 'process_outputs_as_sources': 1, 4360 'process_outputs_as_sources': 1,
4360 }, 4361 },
4361 ], # 'actions' 4362 ], # 'actions'
4362 }, 4363 },
4363 ] 4364 ]
4364 }], # 'coverage!=0' 4365 }], # 'coverage!=0'
4365 ], # 'conditions' 4366 ], # 'conditions'
4366 } 4367 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698