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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 400973002: Move default user profile images strings and resources out of src/chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: split Created 6 years, 5 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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser_chromeos', 9 'target_name': 'browser_chromeos',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 '../third_party/libxml/libxml.gyp:libxml', 84 '../third_party/libxml/libxml.gyp:libxml',
85 '../third_party/npapi/npapi.gyp:npapi', 85 '../third_party/npapi/npapi.gyp:npapi',
86 '../third_party/protobuf/protobuf.gyp:protobuf_lite', 86 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
87 '../third_party/protobuf/protobuf.gyp:protoc#host', 87 '../third_party/protobuf/protobuf.gyp:protoc#host',
88 '../third_party/re2/re2.gyp:re2', 88 '../third_party/re2/re2.gyp:re2',
89 '../third_party/zlib/zlib.gyp:zlib', 89 '../third_party/zlib/zlib.gyp:zlib',
90 '../ui/base/ui_base.gyp:ui_base', 90 '../ui/base/ui_base.gyp:ui_base',
91 '../ui/display/display.gyp:display', 91 '../ui/display/display.gyp:display',
92 '../ui/events/events.gyp:dom4_keycode_converter', 92 '../ui/events/events.gyp:dom4_keycode_converter',
93 '../ui/events/platform/events_platform.gyp:events_platform', 93 '../ui/events/platform/events_platform.gyp:events_platform',
94 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources',
95 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_strings',
94 '../ui/resources/ui_resources.gyp:ui_resources', 96 '../ui/resources/ui_resources.gyp:ui_resources',
95 '../ui/strings/ui_strings.gyp:ui_strings', 97 '../ui/strings/ui_strings.gyp:ui_strings',
96 '../ui/surface/surface.gyp:surface', 98 '../ui/surface/surface.gyp:surface',
97 '../ui/views/controls/webview/webview.gyp:webview', 99 '../ui/views/controls/webview/webview.gyp:webview',
98 '../ui/views/controls/webview/webview.gyp:webview', 100 '../ui/views/controls/webview/webview.gyp:webview',
99 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', 101 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs',
100 '../url/url.gyp:url_lib', 102 '../url/url.gyp:url_lib',
101 '../v8/tools/gyp/v8.gyp:v8', 103 '../v8/tools/gyp/v8.gyp:v8',
102 '../webkit/storage_browser.gyp:webkit_storage_browser', 104 '../webkit/storage_browser.gyp:webkit_storage_browser',
103 '../webkit/storage_common.gyp:webkit_storage_common', 105 '../webkit/storage_common.gyp:webkit_storage_common',
(...skipping 1085 matching lines...) Expand 10 before | Expand all | Expand 10 after
1189 'browser/chromeos/attestation/attestation_signed_data.proto', 1191 'browser/chromeos/attestation/attestation_signed_data.proto',
1190 ], 1192 ],
1191 'variables': { 1193 'variables': {
1192 'proto_in_dir': 'browser/chromeos/attestation', 1194 'proto_in_dir': 'browser/chromeos/attestation',
1193 'proto_out_dir': 'chrome/browser/chromeos/attestation', 1195 'proto_out_dir': 'chrome/browser/chromeos/attestation',
1194 }, 1196 },
1195 'includes': [ '../build/protoc.gypi' ] 1197 'includes': [ '../build/protoc.gypi' ]
1196 }, 1198 },
1197 ], 1199 ],
1198 } 1200 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698