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

Side by Side Diff: chrome/chrome.gyp

Issue 160218: Fix running default browser check/setting in UI thread on 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/views/options/general_page_view.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 # Define the common dependencies that contain all the actual 8 # Define the common dependencies that contain all the actual
9 # Chromium functionality. This list gets pulled in below by 9 # Chromium functionality. This list gets pulled in below by
10 # the link of the actual chrome (or chromium) executable on 10 # the link of the actual chrome (or chromium) executable on
(...skipping 1496 matching lines...) Expand 10 before | Expand all | Expand 10 after
1507 'browser/sessions/session_service.h', 1507 'browser/sessions/session_service.h',
1508 'browser/sessions/session_types.cc', 1508 'browser/sessions/session_types.cc',
1509 'browser/sessions/session_types.h', 1509 'browser/sessions/session_types.h',
1510 'browser/sessions/tab_restore_service.cc', 1510 'browser/sessions/tab_restore_service.cc',
1511 'browser/sessions/tab_restore_service.h', 1511 'browser/sessions/tab_restore_service.h',
1512 'browser/shell_dialogs.h', 1512 'browser/shell_dialogs.h',
1513 'browser/shell_integration.cc', 1513 'browser/shell_integration.cc',
1514 'browser/shell_integration.h', 1514 'browser/shell_integration.h',
1515 'browser/shell_integration_mac.mm', 1515 'browser/shell_integration_mac.mm',
1516 'browser/shell_integration_linux.cc', 1516 'browser/shell_integration_linux.cc',
1517 'browser/shell_integration_win.cc',
1517 'browser/spellcheck_worditerator.cc', 1518 'browser/spellcheck_worditerator.cc',
1518 'browser/spellcheck_worditerator.h', 1519 'browser/spellcheck_worditerator.h',
1519 'browser/spellchecker.cc', 1520 'browser/spellchecker.cc',
1520 'browser/spellchecker.h', 1521 'browser/spellchecker.h',
1521 'browser/spellchecker_common.h', 1522 'browser/spellchecker_common.h',
1522 'browser/spellchecker_linux.cc', 1523 'browser/spellchecker_linux.cc',
1523 'browser/spellchecker_mac.mm', 1524 'browser/spellchecker_mac.mm',
1524 'browser/spellchecker_platform_engine.h', 1525 'browser/spellchecker_platform_engine.h',
1525 'browser/spellchecker_win.cc', 1526 'browser/spellchecker_win.cc',
1526 'browser/ssl/ssl_blocking_page.cc', 1527 'browser/ssl/ssl_blocking_page.cc',
(...skipping 777 matching lines...) Expand 10 before | Expand all | Expand 10 after
2304 'browser/google_update.cc', 2305 'browser/google_update.cc',
2305 'browser/history/history_indexer.idl', 2306 'browser/history/history_indexer.idl',
2306 'browser/history_tab_ui.cc', 2307 'browser/history_tab_ui.cc',
2307 'browser/history_view.cc', 2308 'browser/history_view.cc',
2308 'browser/ime_input.cc', 2309 'browser/ime_input.cc',
2309 'browser/importer/ie_importer.cc', 2310 'browser/importer/ie_importer.cc',
2310 'browser/jumplist.cc', 2311 'browser/jumplist.cc',
2311 'browser/memory_details.cc', 2312 'browser/memory_details.cc',
2312 'browser/modal_html_dialog_delegate.cc', 2313 'browser/modal_html_dialog_delegate.cc',
2313 'browser/sandbox_policy.cc', 2314 'browser/sandbox_policy.cc',
2314 'browser/shell_integration.cc',
2315 'browser/tab_contents/web_drag_source.cc', 2315 'browser/tab_contents/web_drag_source.cc',
2316 'browser/tab_contents/web_drop_target.cc', 2316 'browser/tab_contents/web_drop_target.cc',
2317 ], 2317 ],
2318 }], 2318 }],
2319 ], 2319 ],
2320 }, 2320 },
2321 { 2321 {
2322 'target_name': 'debugger', 2322 'target_name': 'debugger',
2323 'type': '<(library)', 2323 'type': '<(library)',
2324 'msvs_guid': '57823D8C-A317-4713-9125-2C91FDFD12D6', 2324 'msvs_guid': '57823D8C-A317-4713-9125-2C91FDFD12D6',
(...skipping 2833 matching lines...) Expand 10 before | Expand all | Expand 10 after
5158 # Use outputs of this action as inputs for the main target build. 5158 # Use outputs of this action as inputs for the main target build.
5159 # Seems as a misnomer but makes this happy on Linux (scons). 5159 # Seems as a misnomer but makes this happy on Linux (scons).
5160 'process_outputs_as_sources': 1, 5160 'process_outputs_as_sources': 1,
5161 }, 5161 },
5162 ], # 'actions' 5162 ], # 'actions'
5163 }, 5163 },
5164 ] 5164 ]
5165 }], 5165 }],
5166 ], # 'conditions' 5166 ], # 'conditions'
5167 } 5167 }
OLDNEW
« no previous file with comments | « chrome/browser/views/options/general_page_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698