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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 7655056: Enable brand codes and master preferences on the Mac. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: expando Created 9 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/mac/master_prefs.mm ('k') | chrome/installer/util/master_preferences.h » ('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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'dependencies': [ 10 'dependencies': [
(...skipping 1394 matching lines...) Expand 10 before | Expand all | Expand 10 after
1405 'browser/mac/dock.h', 1405 'browser/mac/dock.h',
1406 'browser/mac/dock.mm', 1406 'browser/mac/dock.mm',
1407 'browser/mac/install_from_dmg.h', 1407 'browser/mac/install_from_dmg.h',
1408 'browser/mac/install_from_dmg.mm', 1408 'browser/mac/install_from_dmg.mm',
1409 'browser/mac/keystone_glue.h', 1409 'browser/mac/keystone_glue.h',
1410 'browser/mac/keystone_glue.mm', 1410 'browser/mac/keystone_glue.mm',
1411 'browser/mac/keystone_registration.h', 1411 'browser/mac/keystone_registration.h',
1412 'browser/mac/keystone_registration.mm', 1412 'browser/mac/keystone_registration.mm',
1413 'browser/mac/launchd.cc', 1413 'browser/mac/launchd.cc',
1414 'browser/mac/launchd.h', 1414 'browser/mac/launchd.h',
1415 'browser/mac/master_prefs.h',
1416 'browser/mac/master_prefs.mm',
1415 'browser/mac/relauncher.cc', 1417 'browser/mac/relauncher.cc',
1416 'browser/mac/relauncher.h', 1418 'browser/mac/relauncher.h',
1417 'browser/mac/scoped_authorizationref.h', 1419 'browser/mac/scoped_authorizationref.h',
1418 'browser/mac/scoped_ioobject.h', 1420 'browser/mac/scoped_ioobject.h',
1419 'browser/mac/scoped_launch_data.h', 1421 'browser/mac/scoped_launch_data.h',
1420 'browser/media/media_internals.cc', 1422 'browser/media/media_internals.cc',
1421 'browser/media/media_internals.h', 1423 'browser/media/media_internals.h',
1422 'browser/memory_details.cc', 1424 'browser/memory_details.cc',
1423 'browser/memory_details.h', 1425 'browser/memory_details.h',
1424 'browser/memory_details_linux.cc', 1426 'browser/memory_details_linux.cc',
(...skipping 3460 matching lines...) Expand 10 before | Expand all | Expand 10 after
4885 # weak imports in dependents, who still must #include 4887 # weak imports in dependents, who still must #include
4886 # closure_blocks_leopard_compat.h to get weak imports. 4888 # closure_blocks_leopard_compat.h to get weak imports.
4887 'type': 'none', 4889 'type': 'none',
4888 }], 4890 }],
4889 ], 4891 ],
4890 }, 4892 },
4891 ], 4893 ],
4892 }], 4894 }],
4893 ], 4895 ],
4894 } 4896 }
OLDNEW
« no previous file with comments | « chrome/browser/mac/master_prefs.mm ('k') | chrome/installer/util/master_preferences.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698