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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 142223002: Support -Goutput_dir=blahblah in GN-GYP hybrid mode (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: prefer command line over env if both are specified Created 6 years, 11 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 24 matching lines...) Expand all
35 'common_net', 35 'common_net',
36 'contacts_proto', 36 'contacts_proto',
37 'debugger', 37 'debugger',
38 'device_policy_proto', 38 'device_policy_proto',
39 'drive_proto', 39 'drive_proto',
40 'feedback_proto', 40 'feedback_proto',
41 'in_memory_url_index_cache_proto', 41 'in_memory_url_index_cache_proto',
42 'installer_util', 42 'installer_util',
43 'safe_browsing_proto', 43 'safe_browsing_proto',
44 'safe_browsing_report_proto', 44 'safe_browsing_report_proto',
45 '../<(gyp_output_dir)/gn_gyp/third_party/re2/re2.gyp:re2',
45 '../breakpad/breakpad.gyp:breakpad_client', 46 '../breakpad/breakpad.gyp:breakpad_client',
46 '../build/linux/system.gyp:dbus', 47 '../build/linux/system.gyp:dbus',
47 '../chromeos/chromeos.gyp:chromeos', 48 '../chromeos/chromeos.gyp:chromeos',
48 '../chromeos/chromeos.gyp:chromeos_memory', 49 '../chromeos/chromeos.gyp:chromeos_memory',
49 # browser_chromeos #includes power_supply_properties.pb.h directly. 50 # browser_chromeos #includes power_supply_properties.pb.h directly.
50 '../chromeos/chromeos.gyp:power_manager_proto', 51 '../chromeos/chromeos.gyp:power_manager_proto',
51 '../chromeos/ime/input_method.gyp:gencode', 52 '../chromeos/ime/input_method.gyp:gencode',
52 '../components/components.gyp:cloud_policy_proto', 53 '../components/components.gyp:cloud_policy_proto',
53 '../components/components.gyp:onc_component', 54 '../components/components.gyp:onc_component',
54 '../components/components.gyp:policy', 55 '../components/components.gyp:policy',
(...skipping 20 matching lines...) Expand all
75 '../third_party/icu/icu.gyp:icui18n', 76 '../third_party/icu/icu.gyp:icui18n',
76 '../third_party/icu/icu.gyp:icuuc', 77 '../third_party/icu/icu.gyp:icuuc',
77 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 78 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
78 '../third_party/libevent/libevent.gyp:libevent', 79 '../third_party/libevent/libevent.gyp:libevent',
79 '../third_party/libjingle/libjingle.gyp:libjingle', 80 '../third_party/libjingle/libjingle.gyp:libjingle',
80 '../third_party/libusb/libusb.gyp:libusb', 81 '../third_party/libusb/libusb.gyp:libusb',
81 '../third_party/libxml/libxml.gyp:libxml', 82 '../third_party/libxml/libxml.gyp:libxml',
82 '../third_party/npapi/npapi.gyp:npapi', 83 '../third_party/npapi/npapi.gyp:npapi',
83 '../third_party/protobuf/protobuf.gyp:protobuf_lite', 84 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
84 '../third_party/protobuf/protobuf.gyp:protoc#host', 85 '../third_party/protobuf/protobuf.gyp:protoc#host',
85 '../out/gn_gyp/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/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',
(...skipping 911 matching lines...) Expand 10 before | Expand all | Expand 10 after
1007 'browser/chromeos/attestation/attestation_signed_data.proto', 1007 'browser/chromeos/attestation/attestation_signed_data.proto',
1008 ], 1008 ],
1009 'variables': { 1009 'variables': {
1010 'proto_in_dir': 'browser/chromeos/attestation', 1010 'proto_in_dir': 'browser/chromeos/attestation',
1011 'proto_out_dir': 'chrome/browser/chromeos/attestation', 1011 'proto_out_dir': 'chrome/browser/chromeos/attestation',
1012 }, 1012 },
1013 'includes': [ '../build/protoc.gypi' ] 1013 'includes': [ '../build/protoc.gypi' ]
1014 }, 1014 },
1015 ], 1015 ],
1016 } 1016 }
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