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

Side by Side Diff: chrome/chrome.gyp

Issue 164280: First step to create application shortcuts on Linux. (Closed)
Patch Set: now tested 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
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 3859 matching lines...) Expand 10 before | Expand all | Expand 10 after
3870 'browser/search_engines/template_url_model_unittest.cc', 3870 'browser/search_engines/template_url_model_unittest.cc',
3871 'browser/search_engines/template_url_parser_unittest.cc', 3871 'browser/search_engines/template_url_parser_unittest.cc',
3872 'browser/search_engines/template_url_prepopulate_data_unittest.cc', 3872 'browser/search_engines/template_url_prepopulate_data_unittest.cc',
3873 'browser/search_engines/template_url_scraper_unittest.cc', 3873 'browser/search_engines/template_url_scraper_unittest.cc',
3874 'browser/search_engines/template_url_unittest.cc', 3874 'browser/search_engines/template_url_unittest.cc',
3875 'browser/sessions/session_backend_unittest.cc', 3875 'browser/sessions/session_backend_unittest.cc',
3876 'browser/sessions/session_service_test_helper.cc', 3876 'browser/sessions/session_service_test_helper.cc',
3877 'browser/sessions/session_service_test_helper.h', 3877 'browser/sessions/session_service_test_helper.h',
3878 'browser/sessions/session_service_unittest.cc', 3878 'browser/sessions/session_service_unittest.cc',
3879 'browser/sessions/tab_restore_service_unittest.cc', 3879 'browser/sessions/tab_restore_service_unittest.cc',
3880 'browser/shell_integration_unittest.cc',
3880 'browser/spellcheck_unittest.cc', 3881 'browser/spellcheck_unittest.cc',
3881 'browser/ssl/ssl_host_state_unittest.cc', 3882 'browser/ssl/ssl_host_state_unittest.cc',
3882 'browser/sync/glue/bookmark_model_worker_unittest.cc', 3883 'browser/sync/glue/bookmark_model_worker_unittest.cc',
3883 'browser/sync/glue/http_bridge_unittest.cc', 3884 'browser/sync/glue/http_bridge_unittest.cc',
3884 'browser/sync/profile_sync_service_unittest.cc', 3885 'browser/sync/profile_sync_service_unittest.cc',
3885 'browser/tab_contents/navigation_controller_unittest.cc', 3886 'browser/tab_contents/navigation_controller_unittest.cc',
3886 'browser/tab_contents/navigation_entry_unittest.cc', 3887 'browser/tab_contents/navigation_entry_unittest.cc',
3887 'browser/tab_contents/render_view_host_manager_unittest.cc', 3888 'browser/tab_contents/render_view_host_manager_unittest.cc',
3888 'browser/tab_contents/thumbnail_generator_unittest.cc', 3889 'browser/tab_contents/thumbnail_generator_unittest.cc',
3889 'browser/tab_contents/web_contents_unittest.cc', 3890 'browser/tab_contents/web_contents_unittest.cc',
(...skipping 1575 matching lines...) Expand 10 before | Expand all | Expand 10 after
5465 # Use outputs of this action as inputs for the main target build. 5466 # Use outputs of this action as inputs for the main target build.
5466 # Seems as a misnomer but makes this happy on Linux (scons). 5467 # Seems as a misnomer but makes this happy on Linux (scons).
5467 'process_outputs_as_sources': 1, 5468 'process_outputs_as_sources': 1,
5468 }, 5469 },
5469 ], # 'actions' 5470 ], # 'actions'
5470 }, 5471 },
5471 ] 5472 ]
5472 }], 5473 }],
5473 ], # 'conditions' 5474 ], # 'conditions'
5474 } 5475 }
OLDNEW
« chrome/browser/tab_contents/tab_contents.cc ('K') | « chrome/browser/tab_contents/tab_contents.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698