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

Side by Side Diff: chrome/chrome.gyp

Issue 9351014: Mac app mode: locate Chrome + refactor (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Path for landing1 Created 8 years, 10 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/app/chrome_main_app_mode_mac.mm ('k') | chrome/chrome_tests.gypi » ('j') | 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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 7
8 'variables': { 8 'variables': {
9 'version_py_path': 'tools/build/version.py', 9 'version_py_path': 'tools/build/version.py',
10 'version_path': 'VERSION', 10 'version_path': 'VERSION',
(...skipping 817 matching lines...) Expand 10 before | Expand all | Expand 10 after
828 # A library containing the actual code for the app mode app, shared 828 # A library containing the actual code for the app mode app, shared
829 # by unit tests. 829 # by unit tests.
830 'target_name': 'app_mode_app_support', 830 'target_name': 'app_mode_app_support',
831 'type': 'static_library', 831 'type': 'static_library',
832 'variables': { 'enable_wexit_time_destructors': 1, }, 832 'variables': { 'enable_wexit_time_destructors': 1, },
833 'product_name': 'app_mode_app_support', 833 'product_name': 'app_mode_app_support',
834 'dependencies': [ 834 'dependencies': [
835 '../base/base.gyp:base', 835 '../base/base.gyp:base',
836 ], 836 ],
837 'sources': [ 837 'sources': [
838 'common/mac/app_mode_chrome_locator.h',
839 'common/mac/app_mode_chrome_locator.mm',
838 'common/mac/app_mode_common.h', 840 'common/mac/app_mode_common.h',
839 'common/mac/app_mode_common.mm', 841 'common/mac/app_mode_common.mm',
840 ], 842 ],
841 'include_dirs': [ 843 'include_dirs': [
842 '..', 844 '..',
843 ], 845 ],
844 }, # target app_mode_app_support 846 }, # target app_mode_app_support
845 { 847 {
846 # This produces the app mode loader, but not as a bundle. Chromium 848 # This produces the app mode loader, but not as a bundle. Chromium
847 # itself is responsible for producing bundles. 849 # itself is responsible for producing bundles.
(...skipping 499 matching lines...) Expand 10 before | Expand all | Expand 10 after
1347 'sources': [ 1349 'sources': [
1348 'browser/safe_browsing/signature_util.h', 1350 'browser/safe_browsing/signature_util.h',
1349 'browser/safe_browsing/signature_util_win.cc', 1351 'browser/safe_browsing/signature_util_win.cc',
1350 'tools/safe_browsing/sb_sigutil.cc', 1352 'tools/safe_browsing/sb_sigutil.cc',
1351 ], 1353 ],
1352 }, 1354 },
1353 ]}, # 'targets' 1355 ]}, # 'targets'
1354 ], # OS=="win" 1356 ], # OS=="win"
1355 ], # 'conditions' 1357 ], # 'conditions'
1356 } 1358 }
OLDNEW
« no previous file with comments | « chrome/app/chrome_main_app_mode_mac.mm ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698