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

Side by Side Diff: cloud_print/service/service.gyp

Issue 14089011: Roll the DEPS for google-url. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sort chrome_tests.gypi Created 7 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 | Annotate | Revision Log
« no previous file with comments | « chrome_frame/chrome_frame.gyp ('k') | components/autofill.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 'target_defaults': { 5 'target_defaults': {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 'enable_wexit_time_destructors': 1, 8 'enable_wexit_time_destructors': 1,
9 }, 9 },
10 'include_dirs': [ 10 'include_dirs': [
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 ], 47 ],
48 'includes': [ '../../build/grit_target.gypi' ], 48 'includes': [ '../../build/grit_target.gypi' ],
49 }, 49 },
50 { 50 {
51 'target_name': 'cloud_print_service_lib', 51 'target_name': 'cloud_print_service_lib',
52 'type': 'static_library', 52 'type': 'static_library',
53 'dependencies': [ 53 'dependencies': [
54 '<(DEPTH)/base/base.gyp:base', 54 '<(DEPTH)/base/base.gyp:base',
55 '<(DEPTH)/base/base.gyp:base_static', 55 '<(DEPTH)/base/base.gyp:base_static',
56 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d ynamic_annotations', 56 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d ynamic_annotations',
57 '<(DEPTH)/build/temp_gyp/googleurl.gyp:googleurl',
58 '<(DEPTH)/google_apis/google_apis.gyp:google_apis', 57 '<(DEPTH)/google_apis/google_apis.gyp:google_apis',
59 '<(DEPTH)/ipc/ipc.gyp:ipc', 58 '<(DEPTH)/ipc/ipc.gyp:ipc',
60 '<(DEPTH)/net/net.gyp:net', 59 '<(DEPTH)/net/net.gyp:net',
61 '<(DEPTH)/printing/printing.gyp:printing', 60 '<(DEPTH)/printing/printing.gyp:printing',
61 '<(DEPTH)/url/url.gyp:url',
62 'service_resources', 62 'service_resources',
63 ], 63 ],
64 'conditions': [ 64 'conditions': [
65 ['OS=="win"', { 65 ['OS=="win"', {
66 'dependencies': [ 66 'dependencies': [
67 '<(DEPTH)/chrome/chrome.gyp:chrome_version_header', 67 '<(DEPTH)/chrome/chrome.gyp:chrome_version_header',
68 '<(DEPTH)/chrome/chrome.gyp:launcher_support', 68 '<(DEPTH)/chrome/chrome.gyp:launcher_support',
69 '<(DEPTH)/chrome/common_constants.gyp:common_constants', 69 '<(DEPTH)/chrome/common_constants.gyp:common_constants',
70 ], 70 ],
71 }], 71 }],
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 "name='Microsoft.Windows.Common-Controls' " 141 "name='Microsoft.Windows.Common-Controls' "
142 "version='6.0.0.0' " 142 "version='6.0.0.0' "
143 "processorArchitecture='*' " 143 "processorArchitecture='*' "
144 "publicKeyToken='6595b64144ccf1df' language='*'\"", 144 "publicKeyToken='6595b64144ccf1df' language='*'\"",
145 ], 145 ],
146 }, 146 },
147 }, 147 },
148 }, 148 },
149 ], 149 ],
150 } 150 }
OLDNEW
« no previous file with comments | « chrome_frame/chrome_frame.gyp ('k') | components/autofill.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698