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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 370983002: Mojo: Enable apps built against the chromium env to be built as shared libraries (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: improvements Created 6 years, 5 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 | mojo/environment/BUILD.gn » ('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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 'variables': { 6 'variables': {
7 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 2927 matching lines...) Expand 10 before | Expand all | Expand 10 after
2938 '../components/components.gyp:sessions', 2938 '../components/components.gyp:sessions',
2939 '../components/components.gyp:storage_monitor', 2939 '../components/components.gyp:storage_monitor',
2940 '../components/components.gyp:translate_content_browser', 2940 '../components/components.gyp:translate_content_browser',
2941 '../components/components.gyp:url_matcher', 2941 '../components/components.gyp:url_matcher',
2942 '../components/components.gyp:usb_service', 2942 '../components/components.gyp:usb_service',
2943 '../components/components.gyp:visitedlink_browser', 2943 '../components/components.gyp:visitedlink_browser',
2944 '../components/components.gyp:visitedlink_common', 2944 '../components/components.gyp:visitedlink_common',
2945 '../components/components.gyp:web_modal', 2945 '../components/components.gyp:web_modal',
2946 '../media/cast/cast.gyp:cast_transport', 2946 '../media/cast/cast.gyp:cast_transport',
2947 '../media/media.gyp:media', 2947 '../media/media.gyp:media',
2948 '../mojo/mojo.gyp:mojo_common_lib',
2948 '../mojo/mojo.gyp:mojo_cpp_bindings', 2949 '../mojo/mojo.gyp:mojo_cpp_bindings',
2949 '../mojo/mojo.gyp:mojo_environment_chromium', 2950 '../mojo/mojo.gyp:mojo_environment_chromium',
2950 '../mojo/mojo.gyp:mojo_js_bindings', 2951 '../mojo/mojo.gyp:mojo_js_bindings',
2951 '../mojo/mojo.gyp:mojo_system_impl', 2952 '../mojo/mojo.gyp:mojo_system_impl',
2952 '../net/net.gyp:net_with_v8', 2953 '../net/net.gyp:net_with_v8',
2953 # TODO(tonyg): Remove this dependency (crbug.com/280157). 2954 # TODO(tonyg): Remove this dependency (crbug.com/280157).
2954 '../testing/perf/perf_test.gyp:*', 2955 '../testing/perf/perf_test.gyp:*',
2955 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', 2956 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h',
2956 '../third_party/expat/expat.gyp:expat', 2957 '../third_party/expat/expat.gyp:expat',
2957 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 2958 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
(...skipping 633 matching lines...) Expand 10 before | Expand all | Expand 10 after
3591 'package_name': 'org/chromium/chrome/browser', 3592 'package_name': 'org/chromium/chrome/browser',
3592 'template_deps': ['browser/android/tab_load_status.h'], 3593 'template_deps': ['browser/android/tab_load_status.h'],
3593 }, 3594 },
3594 'includes': [ '../build/android/java_cpp_template.gypi' ], 3595 'includes': [ '../build/android/java_cpp_template.gypi' ],
3595 }, 3596 },
3596 ], 3597 ],
3597 }, 3598 },
3598 ], 3599 ],
3599 ], 3600 ],
3600 } 3601 }
OLDNEW
« no previous file with comments | « no previous file | mojo/environment/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698