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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 151023002: Move the rest of webkit/glue into content/common (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rm webkit_glue.gyp Created 6 years, 10 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 # 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 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 '../ui/events/events.gyp:dom4_keycode_converter', 88 '../ui/events/events.gyp:dom4_keycode_converter',
89 '../ui/resources/ui_resources.gyp:ui_resources', 89 '../ui/resources/ui_resources.gyp:ui_resources',
90 '../ui/surface/surface.gyp:surface', 90 '../ui/surface/surface.gyp:surface',
91 '../ui/ui.gyp:ui', 91 '../ui/ui.gyp:ui',
92 '../ui/views/controls/webview/webview.gyp:webview', 92 '../ui/views/controls/webview/webview.gyp:webview',
93 '../ui/views/controls/webview/webview.gyp:webview', 93 '../ui/views/controls/webview/webview.gyp:webview',
94 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', 94 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs',
95 '../url/url.gyp:url_lib', 95 '../url/url.gyp:url_lib',
96 '../v8/tools/gyp/v8.gyp:v8', 96 '../v8/tools/gyp/v8.gyp:v8',
97 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent', 97 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent',
98 '../webkit/glue/webkit_glue.gyp:glue',
99 '../webkit/storage_browser.gyp:webkit_storage_browser', 98 '../webkit/storage_browser.gyp:webkit_storage_browser',
100 '../webkit/storage_common.gyp:webkit_storage_common', 99 '../webkit/storage_common.gyp:webkit_storage_common',
101 '../webkit/webkit_resources.gyp:webkit_resources', 100 '../webkit/webkit_resources.gyp:webkit_resources',
102 'chrome_resources.gyp:chrome_strings', 101 'chrome_resources.gyp:chrome_strings',
103 ], 102 ],
104 'defines': [ 103 'defines': [
105 '<@(nacl_defines)', 104 '<@(nacl_defines)',
106 ], 105 ],
107 'direct_dependent_settings': { 106 'direct_dependent_settings': {
108 'defines': [ 107 'defines': [
(...skipping 900 matching lines...) Expand 10 before | Expand all | Expand 10 after
1009 'browser/chromeos/attestation/attestation_signed_data.proto', 1008 'browser/chromeos/attestation/attestation_signed_data.proto',
1010 ], 1009 ],
1011 'variables': { 1010 'variables': {
1012 'proto_in_dir': 'browser/chromeos/attestation', 1011 'proto_in_dir': 'browser/chromeos/attestation',
1013 'proto_out_dir': 'chrome/browser/chromeos/attestation', 1012 'proto_out_dir': 'chrome/browser/chromeos/attestation',
1014 }, 1013 },
1015 'includes': [ '../build/protoc.gypi' ] 1014 'includes': [ '../build/protoc.gypi' ]
1016 }, 1015 },
1017 ], 1016 ],
1018 } 1017 }
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