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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 7621032: Initial inline web store install bindings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review feedback. Created 9 years, 4 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_renderer.gypi ('k') | chrome/common/chrome_switches.h » ('j') | 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 2562 matching lines...) Expand 10 before | Expand all | Expand 10 after
2573 'browser/extensions/extension_webnavigation_apitest.cc', 2573 'browser/extensions/extension_webnavigation_apitest.cc',
2574 'browser/extensions/extension_webrequest_apitest.cc', 2574 'browser/extensions/extension_webrequest_apitest.cc',
2575 'browser/extensions/extension_websocket_apitest.cc', 2575 'browser/extensions/extension_websocket_apitest.cc',
2576 'browser/extensions/extension_webstore_private_apitest.cc', 2576 'browser/extensions/extension_webstore_private_apitest.cc',
2577 'browser/extensions/extension_webstore_private_browsertest.cc', 2577 'browser/extensions/extension_webstore_private_browsertest.cc',
2578 'browser/extensions/isolated_app_apitest.cc', 2578 'browser/extensions/isolated_app_apitest.cc',
2579 'browser/extensions/notifications_apitest.cc', 2579 'browser/extensions/notifications_apitest.cc',
2580 'browser/extensions/page_action_apitest.cc', 2580 'browser/extensions/page_action_apitest.cc',
2581 'browser/extensions/permissions_apitest.cc', 2581 'browser/extensions/permissions_apitest.cc',
2582 'browser/extensions/stubs_apitest.cc', 2582 'browser/extensions/stubs_apitest.cc',
2583 'browser/extensions/webstore_inline_install_browsertest.cc',
2583 'browser/extensions/window_open_apitest.cc', 2584 'browser/extensions/window_open_apitest.cc',
2584 'browser/first_run/first_run_browsertest.cc', 2585 'browser/first_run/first_run_browsertest.cc',
2585 'browser/geolocation/access_token_store_browsertest.cc', 2586 'browser/geolocation/access_token_store_browsertest.cc',
2586 'browser/geolocation/geolocation_browsertest.cc', 2587 'browser/geolocation/geolocation_browsertest.cc',
2587 'browser/gpu_browsertest.cc', 2588 'browser/gpu_browsertest.cc',
2588 'browser/history/history_browsertest.cc', 2589 'browser/history/history_browsertest.cc',
2589 'browser/idbbindingutilities_browsertest.cc', 2590 'browser/idbbindingutilities_browsertest.cc',
2590 'browser/importer/toolbar_importer_utils_browsertest.cc', 2591 'browser/importer/toolbar_importer_utils_browsertest.cc',
2591 'browser/magic_iframe_browsertest.cc', 2592 'browser/magic_iframe_browsertest.cc',
2592 'browser/net/cookie_policy_browsertest.cc', 2593 'browser/net/cookie_policy_browsertest.cc',
(...skipping 1561 matching lines...) Expand 10 before | Expand all | Expand 10 after
4154 # Use outputs of this action as inputs for the main target build. 4155 # Use outputs of this action as inputs for the main target build.
4155 # Seems as a misnomer but makes this happy on Linux (scons). 4156 # Seems as a misnomer but makes this happy on Linux (scons).
4156 'process_outputs_as_sources': 1, 4157 'process_outputs_as_sources': 1,
4157 }, 4158 },
4158 ], # 'actions' 4159 ], # 'actions'
4159 }, 4160 },
4160 ] 4161 ]
4161 }], # 'coverage!=0' 4162 }], # 'coverage!=0'
4162 ], # 'conditions' 4163 ], # 'conditions'
4163 } 4164 }
OLDNEW
« no previous file with comments | « chrome/chrome_renderer.gypi ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698