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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 8744005: Refactor PanelManager to create PanelStrip. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address nits Created 9 years 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 'variables' : { 5 'variables' : {
6 # Variables for js2gtest rules 6 # Variables for js2gtest rules
7 'gypv8sh': '../tools/gypv8sh.py', 7 'gypv8sh': '../tools/gypv8sh.py',
8 'js2gtest': 'test/base/js2gtest.js', 8 'js2gtest': 'test/base/js2gtest.js',
9 'mock_js': 'third_party/mock4js/mock4js.js', 9 'mock_js': 'third_party/mock4js/mock4js.js',
10 'test_api_js': 'test/data/webui/test_api.js', 10 'test_api_js': 'test/data/webui/test_api.js',
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 'browser/search_engines/template_url_service_test_util.h', 151 'browser/search_engines/template_url_service_test_util.h',
152 'browser/sessions/session_service_test_helper.cc', 152 'browser/sessions/session_service_test_helper.cc',
153 'browser/sessions/session_service_test_helper.h', 153 'browser/sessions/session_service_test_helper.h',
154 'browser/sync/profile_sync_service_mock.cc', 154 'browser/sync/profile_sync_service_mock.cc',
155 'browser/sync/profile_sync_service_mock.h', 155 'browser/sync/profile_sync_service_mock.h',
156 'browser/sync/syncable/syncable_mock.cc', 156 'browser/sync/syncable/syncable_mock.cc',
157 'browser/sync/syncable/syncable_mock.h', 157 'browser/sync/syncable/syncable_mock.h',
158 'browser/ui/browser.h', 158 'browser/ui/browser.h',
159 'browser/ui/panels/base_panel_browser_test.cc', 159 'browser/ui/panels/base_panel_browser_test.cc',
160 'browser/ui/panels/base_panel_browser_test.h', 160 'browser/ui/panels/base_panel_browser_test.h',
161 'browser/ui/panels/test_panel_mouse_watcher.cc',
162 'browser/ui/panels/test_panel_mouse_watcher.h',
161 'browser/ui/tab_contents/test_tab_contents_wrapper.cc', 163 'browser/ui/tab_contents/test_tab_contents_wrapper.cc',
162 'browser/ui/tab_contents/test_tab_contents_wrapper.h', 164 'browser/ui/tab_contents/test_tab_contents_wrapper.h',
163 'common/pref_store_observer_mock.cc', 165 'common/pref_store_observer_mock.cc',
164 'common/pref_store_observer_mock.h', 166 'common/pref_store_observer_mock.h',
165 'renderer/chrome_mock_render_thread.cc', 167 'renderer/chrome_mock_render_thread.cc',
166 'renderer/chrome_mock_render_thread.h', 168 'renderer/chrome_mock_render_thread.h',
167 'renderer/mock_printer.cc', 169 'renderer/mock_printer.cc',
168 'renderer/mock_printer.h', 170 'renderer/mock_printer.h',
169 'renderer/safe_browsing/mock_feature_extractor_clock.cc', 171 'renderer/safe_browsing/mock_feature_extractor_clock.cc',
170 'renderer/safe_browsing/mock_feature_extractor_clock.h', 172 'renderer/safe_browsing/mock_feature_extractor_clock.h',
(...skipping 4145 matching lines...) Expand 10 before | Expand all | Expand 10 after
4316 # Use outputs of this action as inputs for the main target build. 4318 # Use outputs of this action as inputs for the main target build.
4317 # Seems as a misnomer but makes this happy on Linux (scons). 4319 # Seems as a misnomer but makes this happy on Linux (scons).
4318 'process_outputs_as_sources': 1, 4320 'process_outputs_as_sources': 1,
4319 }, 4321 },
4320 ], # 'actions' 4322 ], # 'actions'
4321 }, 4323 },
4322 ] 4324 ]
4323 }], # 'coverage!=0' 4325 }], # 'coverage!=0'
4324 ], # 'conditions' 4326 ], # 'conditions'
4325 } 4327 }
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