| OLD | NEW |
| 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 2841 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2852 '../mojo/mojo.gyp:mojo_environment_chromium', | 2852 '../mojo/mojo.gyp:mojo_environment_chromium', |
| 2853 '../mojo/mojo.gyp:mojo_js_bindings', | 2853 '../mojo/mojo.gyp:mojo_js_bindings', |
| 2854 '../mojo/mojo.gyp:mojo_system_impl', | 2854 '../mojo/mojo.gyp:mojo_system_impl', |
| 2855 '../net/net.gyp:net_with_v8', | 2855 '../net/net.gyp:net_with_v8', |
| 2856 # TODO(tonyg): Remove this dependency (crbug.com/280157). | 2856 # TODO(tonyg): Remove this dependency (crbug.com/280157). |
| 2857 '../testing/perf/perf_test.gyp:*', | 2857 '../testing/perf/perf_test.gyp:*', |
| 2858 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', | 2858 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', |
| 2859 '../third_party/expat/expat.gyp:expat', | 2859 '../third_party/expat/expat.gyp:expat', |
| 2860 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 2860 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 2861 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, | 2861 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, |
| 2862 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
util', |
| 2862 '../third_party/libyuv/libyuv.gyp:libyuv', | 2863 '../third_party/libyuv/libyuv.gyp:libyuv', |
| 2863 '../third_party/npapi/npapi.gyp:npapi', | 2864 '../third_party/npapi/npapi.gyp:npapi', |
| 2864 '../third_party/smhasher/smhasher.gyp:cityhash', | 2865 '../third_party/smhasher/smhasher.gyp:cityhash', |
| 2865 '../third_party/webrtc/modules/modules.gyp:desktop_capture', | 2866 '../third_party/webrtc/modules/modules.gyp:desktop_capture', |
| 2866 '../ui/gl/gl.gyp:gl', | 2867 '../ui/gl/gl.gyp:gl', |
| 2867 '../ui/surface/surface.gyp:surface', | 2868 '../ui/surface/surface.gyp:surface', |
| 2868 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', | 2869 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', |
| 2869 '../v8/tools/gyp/v8.gyp:v8', | 2870 '../v8/tools/gyp/v8.gyp:v8', |
| 2870 '../webkit/common/webkit_common.gyp:webkit_common', | 2871 '../webkit/common/webkit_common.gyp:webkit_common', |
| 2871 '../webkit/storage_browser.gyp:webkit_storage_browser', | 2872 '../webkit/storage_browser.gyp:webkit_storage_browser', |
| (...skipping 355 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3227 '../components/components.gyp:cdm_browser', | 3228 '../components/components.gyp:cdm_browser', |
| 3228 '../components/components.gyp:web_contents_delegate_android', | 3229 '../components/components.gyp:web_contents_delegate_android', |
| 3229 'chrome_browser_jni_headers', | 3230 'chrome_browser_jni_headers', |
| 3230 ], | 3231 ], |
| 3231 'dependencies!': [ | 3232 'dependencies!': [ |
| 3232 '../components/components.gyp:feedback_component', | 3233 '../components/components.gyp:feedback_component', |
| 3233 '../components/components.gyp:storage_monitor', | 3234 '../components/components.gyp:storage_monitor', |
| 3234 '../components/components.gyp:usb_service', | 3235 '../components/components.gyp:usb_service', |
| 3235 '../components/components.gyp:web_modal', | 3236 '../components/components.gyp:web_modal', |
| 3236 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, | 3237 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, |
| 3238 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
util', |
| 3237 ], | 3239 ], |
| 3238 'sources': [ | 3240 'sources': [ |
| 3239 '<@(chrome_browser_android_sources)', | 3241 '<@(chrome_browser_android_sources)', |
| 3240 ], | 3242 ], |
| 3241 'sources!': [ | 3243 'sources!': [ |
| 3242 # Bookmark export/import are handled via the BookmarkColumns | 3244 # Bookmark export/import are handled via the BookmarkColumns |
| 3243 # ContentProvider. | 3245 # ContentProvider. |
| 3244 'browser/bookmarks/bookmark_html_writer.cc', | 3246 'browser/bookmarks/bookmark_html_writer.cc', |
| 3245 'browser/ssl/ssl_add_certificate.cc', | 3247 'browser/ssl/ssl_add_certificate.cc', |
| 3246 | 3248 |
| (...skipping 495 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3742 'package_name': 'org/chromium/chrome/browser', | 3744 'package_name': 'org/chromium/chrome/browser', |
| 3743 'template_deps': ['browser/android/tab_load_status.h'], | 3745 'template_deps': ['browser/android/tab_load_status.h'], |
| 3744 }, | 3746 }, |
| 3745 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3747 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3746 }, | 3748 }, |
| 3747 ], | 3749 ], |
| 3748 }, | 3750 }, |
| 3749 ], | 3751 ], |
| 3750 ], | 3752 ], |
| 3751 } | 3753 } |
| OLD | NEW |