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

Side by Side Diff: trunk/src/content/content_browser.gypi

Issue 304593002: Revert 272983 "Change Shell / ShellClient to ServiceProvider" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 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 | « trunk/src/content/content_app.gypi ('k') | trunk/src/content/content_child.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 # 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 '../base/base.gyp:base_static', 7 '../base/base.gyp:base_static',
8 '../crypto/crypto.gyp:crypto', 8 '../crypto/crypto.gyp:crypto',
9 '../google_apis/google_apis.gyp:google_apis', 9 '../google_apis/google_apis.gyp:google_apis',
10 '../net/net.gyp:net', 10 '../net/net.gyp:net',
(...skipping 1438 matching lines...) Expand 10 before | Expand all | Expand 10 after
1449 ['include', '^browser/user_metrics\\.cc$'], 1449 ['include', '^browser/user_metrics\\.cc$'],
1450 ['include', '^browser/web_contents/navigation_entry_impl\\.cc$'], 1450 ['include', '^browser/web_contents/navigation_entry_impl\\.cc$'],
1451 ], 1451 ],
1452 }, { # OS!="ios" 1452 }, { # OS!="ios"
1453 'dependencies': [ 1453 'dependencies': [
1454 'browser/devtools/devtools_resources.gyp:devtools_resources', 1454 'browser/devtools/devtools_resources.gyp:devtools_resources',
1455 'content_common_mojo_bindings', 1455 'content_common_mojo_bindings',
1456 '../cc/cc.gyp:cc', 1456 '../cc/cc.gyp:cc',
1457 '../mojo/mojo.gyp:mojo_cpp_bindings', 1457 '../mojo/mojo.gyp:mojo_cpp_bindings',
1458 '../mojo/mojo.gyp:mojo_js_bindings', 1458 '../mojo/mojo.gyp:mojo_js_bindings',
1459 '../mojo/mojo.gyp:mojo_service_provider_bindings', 1459 '../mojo/mojo.gyp:mojo_shell_bindings',
1460 '../net/net.gyp:http_server', 1460 '../net/net.gyp:http_server',
1461 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 1461 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
1462 '../ui/surface/surface.gyp:surface', 1462 '../ui/surface/surface.gyp:surface',
1463 '../webkit/common/webkit_common.gyp:webkit_common', 1463 '../webkit/common/webkit_common.gyp:webkit_common',
1464 '../webkit/storage_browser.gyp:webkit_storage_browser', 1464 '../webkit/storage_browser.gyp:webkit_storage_browser',
1465 '../webkit/storage_common.gyp:webkit_storage_common', 1465 '../webkit/storage_common.gyp:webkit_storage_common',
1466 '../webkit/webkit_resources.gyp:webkit_resources', 1466 '../webkit/webkit_resources.gyp:webkit_resources',
1467 '../webkit/webkit_resources.gyp:webkit_strings', 1467 '../webkit/webkit_resources.gyp:webkit_strings',
1468 '../third_party/angle/src/build_angle.gyp:commit_id', 1468 '../third_party/angle/src/build_angle.gyp:commit_id',
1469 ], 1469 ],
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
1745 '../build/linux/system.gyp:dbus', 1745 '../build/linux/system.gyp:dbus',
1746 '../dbus/dbus.gyp:dbus', 1746 '../dbus/dbus.gyp:dbus',
1747 ], 1747 ],
1748 }, { # OS != "linux" or use_dbus==0 1748 }, { # OS != "linux" or use_dbus==0
1749 'sources!': [ 1749 'sources!': [
1750 'browser/geolocation/wifi_data_provider_linux.cc', 1750 'browser/geolocation/wifi_data_provider_linux.cc',
1751 ], 1751 ],
1752 }], 1752 }],
1753 ], 1753 ],
1754 } 1754 }
OLDNEW
« no previous file with comments | « trunk/src/content/content_app.gypi ('k') | trunk/src/content/content_child.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698