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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 9668028: [Sync] Create new top-level sync/ directory (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync to head Created 8 years, 9 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/chrome.gyp ('k') | chrome/chrome_browser_extensions.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 { 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, },
11 'dependencies': [ 11 'dependencies': [
12 'app/policy/cloud_policy_codegen.gyp:policy', 12 'app/policy/cloud_policy_codegen.gyp:policy',
13 'autofill_regexes', 13 'autofill_regexes',
14 'browser_extensions', 14 'browser_extensions',
15 'browser/sync/protocol/sync_proto.gyp:sync_proto', 15 '../sync/protocol/sync_proto.gyp:sync_proto',
16 'cert_logger_proto', 16 'cert_logger_proto',
17 'chrome_resources.gyp:chrome_extra_resources', 17 'chrome_resources.gyp:chrome_extra_resources',
18 'chrome_resources.gyp:chrome_resources', 18 'chrome_resources.gyp:chrome_resources',
19 'chrome_resources.gyp:chrome_strings', 19 'chrome_resources.gyp:chrome_strings',
20 'chrome_resources.gyp:platform_locale_settings', 20 'chrome_resources.gyp:platform_locale_settings',
21 'chrome_resources.gyp:theme_resources', 21 'chrome_resources.gyp:theme_resources',
22 'common', 22 'common',
23 'common/extensions/api/api.gyp:api', 23 'common/extensions/api/api.gyp:api',
24 'common_net', 24 'common_net',
25 'debugger', 25 'debugger',
(...skipping 5289 matching lines...) Expand 10 before | Expand all | Expand 10 after
5315 'variables': { 5315 'variables': {
5316 'proto_in_dir': '../third_party/cros_system_api/dbus/', 5316 'proto_in_dir': '../third_party/cros_system_api/dbus/',
5317 'proto_out_dir': 'chrome/browser/chromeos/dbus', 5317 'proto_out_dir': 'chrome/browser/chromeos/dbus',
5318 }, 5318 },
5319 'includes': ['../build/protoc.gypi'], 5319 'includes': ['../build/protoc.gypi'],
5320 }], 5320 }],
5321 ], 5321 ],
5322 }, 5322 },
5323 ], 5323 ],
5324 } 5324 }
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/chrome_browser_extensions.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698