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

Side by Side Diff: chrome/chrome.gyp

Issue 173392: Couple of tweaks to ui_controls_linux:... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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/browser/browser_focus_uitest.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 (c) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 # Define the common dependencies that contain all the actual 9 # Define the common dependencies that contain all the actual
10 # Chromium functionality. This list gets pulled in below by 10 # Chromium functionality. This list gets pulled in below by
(...skipping 4243 matching lines...) Expand 10 before | Expand all | Expand 10 after
4254 }, 4254 },
4255 }, { # else: OS != "win" 4255 }, { # else: OS != "win"
4256 'sources!': [ 4256 'sources!': [
4257 'browser/bookmarks/bookmark_codec_unittest.cc', 4257 'browser/bookmarks/bookmark_codec_unittest.cc',
4258 'browser/bookmarks/bookmark_drag_data_unittest.cc', 4258 'browser/bookmarks/bookmark_drag_data_unittest.cc',
4259 'browser/bookmarks/bookmark_folder_tree_model_unittest.cc', 4259 'browser/bookmarks/bookmark_folder_tree_model_unittest.cc',
4260 'browser/bookmarks/bookmark_table_model_unittest.cc', 4260 'browser/bookmarks/bookmark_table_model_unittest.cc',
4261 # Need to port browser_with_test_window_test.* first 4261 # Need to port browser_with_test_window_test.* first
4262 'browser/browser_commands_unittest.cc', 4262 'browser/browser_commands_unittest.cc',
4263 'browser/browser_unittest.cc', 4263 'browser/browser_unittest.cc',
4264 # Need to port browser/automation/ui_controls.h
4265 'browser/extensions/extension_process_manager_unittest.cc', 4264 'browser/extensions/extension_process_manager_unittest.cc',
4266 'browser/importer/importer_unittest.cc', 4265 'browser/importer/importer_unittest.cc',
4267 'browser/login_prompt_unittest.cc', 4266 'browser/login_prompt_unittest.cc',
4268 'browser/printing/print_job_unittest.cc', 4267 'browser/printing/print_job_unittest.cc',
4269 'browser/rlz/rlz_unittest.cc', 4268 'browser/rlz/rlz_unittest.cc',
4270 'browser/safe_browsing/safe_browsing_blocking_page_unittest.cc', 4269 'browser/safe_browsing/safe_browsing_blocking_page_unittest.cc',
4271 'browser/search_engines/template_url_scraper_unittest.cc', 4270 'browser/search_engines/template_url_scraper_unittest.cc',
4272 'browser/views/bookmark_editor_view_unittest.cc', 4271 'browser/views/bookmark_editor_view_unittest.cc',
4273 'browser/views/find_bar_win_unittest.cc', 4272 'browser/views/find_bar_win_unittest.cc',
4274 'browser/views/keyword_editor_view_unittest.cc', 4273 'browser/views/keyword_editor_view_unittest.cc',
(...skipping 1557 matching lines...) Expand 10 before | Expand all | Expand 10 after
5832 # Use outputs of this action as inputs for the main target build. 5831 # Use outputs of this action as inputs for the main target build.
5833 # Seems as a misnomer but makes this happy on Linux (scons). 5832 # Seems as a misnomer but makes this happy on Linux (scons).
5834 'process_outputs_as_sources': 1, 5833 'process_outputs_as_sources': 1,
5835 }, 5834 },
5836 ], # 'actions' 5835 ], # 'actions'
5837 }, 5836 },
5838 ] 5837 ]
5839 }], 5838 }],
5840 ], # 'conditions' 5839 ], # 'conditions'
5841 } 5840 }
OLDNEW
« no previous file with comments | « chrome/browser/browser_focus_uitest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698