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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 15709006: Make webkit_user_agent a standalone gyp (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix iOS Created 7 years, 6 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_browser.gypi ('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 # 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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 'chrome_resources.gyp:chrome_strings', 80 'chrome_resources.gyp:chrome_strings',
81 '../third_party/re2/re2.gyp:re2', 81 '../third_party/re2/re2.gyp:re2',
82 '../third_party/zlib/zlib.gyp:zlib', 82 '../third_party/zlib/zlib.gyp:zlib',
83 '../ui/base/strings/ui_strings.gyp:ui_strings', 83 '../ui/base/strings/ui_strings.gyp:ui_strings',
84 '../ui/surface/surface.gyp:surface', 84 '../ui/surface/surface.gyp:surface',
85 '../ui/ui.gyp:ui', 85 '../ui/ui.gyp:ui',
86 '../ui/ui.gyp:ui_resources', 86 '../ui/ui.gyp:ui_resources',
87 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', 87 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs',
88 '../v8/tools/gyp/v8.gyp:v8', 88 '../v8/tools/gyp/v8.gyp:v8',
89 '../ui/views/controls/webview/webview.gyp:webview', 89 '../ui/views/controls/webview/webview.gyp:webview',
90 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent',
90 '../webkit/support/webkit_support.gyp:glue', 91 '../webkit/support/webkit_support.gyp:glue',
91 '../webkit/support/webkit_support.gyp:user_agent',
92 '../webkit/support/webkit_support.gyp:webkit_resources', 92 '../webkit/support/webkit_support.gyp:webkit_resources',
93 '../webkit/support/webkit_support.gyp:webkit_storage', 93 '../webkit/support/webkit_support.gyp:webkit_storage',
94 ], 94 ],
95 'defines': [ 95 'defines': [
96 '<@(nacl_defines)', 96 '<@(nacl_defines)',
97 ], 97 ],
98 'direct_dependent_settings': { 98 'direct_dependent_settings': {
99 'defines': [ 99 'defines': [
100 '<@(nacl_defines)', 100 '<@(nacl_defines)',
101 ], 101 ],
(...skipping 819 matching lines...) Expand 10 before | Expand all | Expand 10 after
921 'browser/chromeos/attestation/attestation_key_payload.proto', 921 'browser/chromeos/attestation/attestation_key_payload.proto',
922 ], 922 ],
923 'variables': { 923 'variables': {
924 'proto_in_dir': 'browser/chromeos/attestation', 924 'proto_in_dir': 'browser/chromeos/attestation',
925 'proto_out_dir': 'chrome/browser/chromeos/attestation', 925 'proto_out_dir': 'chrome/browser/chromeos/attestation',
926 }, 926 },
927 'includes': [ '../build/protoc.gypi' ] 927 'includes': [ '../build/protoc.gypi' ]
928 }, 928 },
929 ], 929 ],
930 } 930 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_browser_extensions.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698