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

Side by Side Diff: content/content_browser.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 | « components/url_matcher.gypi ('k') | extensions/extensions.gyp » ('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 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'dependencies': [ 6 'dependencies': [
7 '../<(gyp_output_dir)/gn_gyp/third_party/re2/re2.gyp:re2',
7 '../base/base.gyp:base_static', 8 '../base/base.gyp:base_static',
8 '../crypto/crypto.gyp:crypto', 9 '../crypto/crypto.gyp:crypto',
9 '../google_apis/google_apis.gyp:google_apis', 10 '../google_apis/google_apis.gyp:google_apis',
10 '../net/net.gyp:net', 11 '../net/net.gyp:net',
11 '../out/gn_gyp/third_party/re2/re2.gyp:re2',
12 '../skia/skia.gyp:skia', 12 '../skia/skia.gyp:skia',
13 '../sql/sql.gyp:sql', 13 '../sql/sql.gyp:sql',
14 '../third_party/zlib/google/zip.gyp:zip', 14 '../third_party/zlib/google/zip.gyp:zip',
15 '../third_party/zlib/zlib.gyp:zlib', 15 '../third_party/zlib/zlib.gyp:zlib',
16 '../ui/accessibility/accessibility.gyp:accessibility', 16 '../ui/accessibility/accessibility.gyp:accessibility',
17 '../ui/events/events.gyp:events_base', 17 '../ui/events/events.gyp:events_base',
18 '../ui/gfx/gfx.gyp:gfx', 18 '../ui/gfx/gfx.gyp:gfx',
19 '../ui/gfx/gfx.gyp:gfx_geometry', 19 '../ui/gfx/gfx.gyp:gfx_geometry',
20 '../ui/resources/ui_resources.gyp:ui_resources', 20 '../ui/resources/ui_resources.gyp:ui_resources',
21 '../ui/snapshot/snapshot.gyp:snapshot', 21 '../ui/snapshot/snapshot.gyp:snapshot',
(...skipping 1613 matching lines...) Expand 10 before | Expand all | Expand 10 after
1635 '../build/linux/system.gyp:dbus', 1635 '../build/linux/system.gyp:dbus',
1636 '../dbus/dbus.gyp:dbus', 1636 '../dbus/dbus.gyp:dbus',
1637 ], 1637 ],
1638 }, { # OS != "linux" or use_dbus==0 1638 }, { # OS != "linux" or use_dbus==0
1639 'sources!': [ 1639 'sources!': [
1640 'browser/geolocation/wifi_data_provider_linux.cc', 1640 'browser/geolocation/wifi_data_provider_linux.cc',
1641 ], 1641 ],
1642 }], 1642 }],
1643 ], 1643 ],
1644 } 1644 }
OLDNEW
« no previous file with comments | « components/url_matcher.gypi ('k') | extensions/extensions.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698