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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 9958006: Create Linux platform app shortcuts to run in their own process. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Moved new function into shell_integration_linux.h Created 8 years, 8 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
« no previous file with comments | « chrome/browser/web_applications/web_app_win.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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 1908 matching lines...) Expand 10 before | Expand all | Expand 10 after
1919 'browser/sessions/session_types.cc', 1919 'browser/sessions/session_types.cc',
1920 'browser/sessions/session_types.h', 1920 'browser/sessions/session_types.h',
1921 'browser/sessions/tab_restore_service.cc', 1921 'browser/sessions/tab_restore_service.cc',
1922 'browser/sessions/tab_restore_service.h', 1922 'browser/sessions/tab_restore_service.h',
1923 'browser/sessions/tab_restore_service_factory.cc', 1923 'browser/sessions/tab_restore_service_factory.cc',
1924 'browser/sessions/tab_restore_service_factory.h', 1924 'browser/sessions/tab_restore_service_factory.h',
1925 'browser/shell_integration.cc', 1925 'browser/shell_integration.cc',
1926 'browser/shell_integration.h', 1926 'browser/shell_integration.h',
1927 'browser/shell_integration_android.cc', 1927 'browser/shell_integration_android.cc',
1928 'browser/shell_integration_linux.cc', 1928 'browser/shell_integration_linux.cc',
1929 'browser/shell_integration_linux.h',
1929 'browser/shell_integration_mac.mm', 1930 'browser/shell_integration_mac.mm',
1930 'browser/shell_integration_win.cc', 1931 'browser/shell_integration_win.cc',
1931 'browser/signin/signin_manager.cc', 1932 'browser/signin/signin_manager.cc',
1932 'browser/signin/signin_manager.h', 1933 'browser/signin/signin_manager.h',
1933 'browser/signin/signin_manager_factory.cc', 1934 'browser/signin/signin_manager_factory.cc',
1934 'browser/signin/signin_manager_factory.h', 1935 'browser/signin/signin_manager_factory.h',
1935 'browser/signin/signin_tracker.cc', 1936 'browser/signin/signin_tracker.cc',
1936 'browser/signin/signin_tracker.h', 1937 'browser/signin/signin_tracker.h',
1937 'browser/signin/token_service.cc', 1938 'browser/signin/token_service.cc',
1938 'browser/signin/token_service.h', 1939 'browser/signin/token_service.h',
(...skipping 3265 matching lines...) Expand 10 before | Expand all | Expand 10 after
5204 'type': 'static_library', 5205 'type': 'static_library',
5205 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5206 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5206 'variables': { 5207 'variables': {
5207 'proto_in_dir': 'browser/history', 5208 'proto_in_dir': 'browser/history',
5208 'proto_out_dir': 'chrome/browser/history', 5209 'proto_out_dir': 'chrome/browser/history',
5209 }, 5210 },
5210 'includes': [ '../build/protoc.gypi' ] 5211 'includes': [ '../build/protoc.gypi' ]
5211 }, 5212 },
5212 ], 5213 ],
5213 } 5214 }
OLDNEW
« no previous file with comments | « chrome/browser/web_applications/web_app_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698