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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 284743009: events: Create a separate platforms target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 7 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 | « no previous file | 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 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 '../third_party/libxml/libxml.gyp:libxml', 81 '../third_party/libxml/libxml.gyp:libxml',
82 '../third_party/npapi/npapi.gyp:npapi', 82 '../third_party/npapi/npapi.gyp:npapi',
83 '../third_party/protobuf/protobuf.gyp:protobuf_lite', 83 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
84 '../third_party/protobuf/protobuf.gyp:protoc#host', 84 '../third_party/protobuf/protobuf.gyp:protoc#host',
85 '../third_party/re2/re2.gyp:re2', 85 '../third_party/re2/re2.gyp:re2',
86 '../third_party/zlib/zlib.gyp:zlib', 86 '../third_party/zlib/zlib.gyp:zlib',
87 '../ui/base/strings/ui_strings.gyp:ui_strings', 87 '../ui/base/strings/ui_strings.gyp:ui_strings',
88 '../ui/base/ui_base.gyp:ui_base', 88 '../ui/base/ui_base.gyp:ui_base',
89 '../ui/display/display.gyp:display', 89 '../ui/display/display.gyp:display',
90 '../ui/events/events.gyp:dom4_keycode_converter', 90 '../ui/events/events.gyp:dom4_keycode_converter',
91 '../ui/events/platform/events_platform.gyp:events_platform',
91 '../ui/resources/ui_resources.gyp:ui_resources', 92 '../ui/resources/ui_resources.gyp:ui_resources',
92 '../ui/surface/surface.gyp:surface', 93 '../ui/surface/surface.gyp:surface',
93 '../ui/views/controls/webview/webview.gyp:webview', 94 '../ui/views/controls/webview/webview.gyp:webview',
94 '../ui/views/controls/webview/webview.gyp:webview', 95 '../ui/views/controls/webview/webview.gyp:webview',
95 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', 96 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs',
96 '../url/url.gyp:url_lib', 97 '../url/url.gyp:url_lib',
97 '../v8/tools/gyp/v8.gyp:v8', 98 '../v8/tools/gyp/v8.gyp:v8',
98 '../webkit/storage_browser.gyp:webkit_storage_browser', 99 '../webkit/storage_browser.gyp:webkit_storage_browser',
99 '../webkit/storage_common.gyp:webkit_storage_common', 100 '../webkit/storage_common.gyp:webkit_storage_common',
100 '../webkit/webkit_resources.gyp:webkit_resources', 101 '../webkit/webkit_resources.gyp:webkit_resources',
(...skipping 966 matching lines...) Expand 10 before | Expand all | Expand 10 after
1067 '<(INTERMEDIATE_DIR)/chrome', 1068 '<(INTERMEDIATE_DIR)/chrome',
1068 ], 1069 ],
1069 'sources/': [ 1070 'sources/': [
1070 ['include', '^browser/chromeos/status/memory_menu_button.cc'], 1071 ['include', '^browser/chromeos/status/memory_menu_button.cc'],
1071 ['include', '^browser/chromeos/status/memory_menu_button.h'], 1072 ['include', '^browser/chromeos/status/memory_menu_button.h'],
1072 ], 1073 ],
1073 }], 1074 }],
1074 ['use_aura==1 and use_x11==1', { 1075 ['use_aura==1 and use_x11==1', {
1075 'dependencies': [ 1076 'dependencies': [
1076 '../build/linux/system.gyp:x11', 1077 '../build/linux/system.gyp:x11',
1078 '../ui/events/platform/x11/x11_events_platform.gyp:x11_events_platfo rm',
1077 '../ui/gfx/x/gfx_x11.gyp:gfx_x11', 1079 '../ui/gfx/x/gfx_x11.gyp:gfx_x11',
1078 ], 1080 ],
1079 }], 1081 }],
1080 ['enable_printing != 0', { 1082 ['enable_printing != 0', {
1081 'dependencies': [ 1083 'dependencies': [
1082 '../printing/printing.gyp:printing', 1084 '../printing/printing.gyp:printing',
1083 ], 1085 ],
1084 }], 1086 }],
1085 ['use_ozone == 1', { 1087 ['use_ozone == 1', {
1086 'dependencies': [ 1088 'dependencies': [
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
1131 'browser/chromeos/attestation/attestation_signed_data.proto', 1133 'browser/chromeos/attestation/attestation_signed_data.proto',
1132 ], 1134 ],
1133 'variables': { 1135 'variables': {
1134 'proto_in_dir': 'browser/chromeos/attestation', 1136 'proto_in_dir': 'browser/chromeos/attestation',
1135 'proto_out_dir': 'chrome/browser/chromeos/attestation', 1137 'proto_out_dir': 'chrome/browser/chromeos/attestation',
1136 }, 1138 },
1137 'includes': [ '../build/protoc.gypi' ] 1139 'includes': [ '../build/protoc.gypi' ]
1138 }, 1140 },
1139 ], 1141 ],
1140 } 1142 }
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome_browser_extensions.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698