| 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 2800 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2811 '../mojo/mojo.gyp:mojo_environment_chromium', | 2811 '../mojo/mojo.gyp:mojo_environment_chromium', |
| 2812 '../mojo/mojo.gyp:mojo_js_bindings', | 2812 '../mojo/mojo.gyp:mojo_js_bindings', |
| 2813 '../mojo/mojo.gyp:mojo_system_impl', | 2813 '../mojo/mojo.gyp:mojo_system_impl', |
| 2814 '../net/net.gyp:net_with_v8', | 2814 '../net/net.gyp:net_with_v8', |
| 2815 # TODO(tonyg): Remove this dependency (crbug.com/280157). | 2815 # TODO(tonyg): Remove this dependency (crbug.com/280157). |
| 2816 '../testing/perf/perf_test.gyp:*', | 2816 '../testing/perf/perf_test.gyp:*', |
| 2817 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', | 2817 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', |
| 2818 '../third_party/expat/expat.gyp:expat', | 2818 '../third_party/expat/expat.gyp:expat', |
| 2819 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 2819 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 2820 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, | 2820 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, |
| 2821 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
util', |
| 2821 '../third_party/libyuv/libyuv.gyp:libyuv', | 2822 '../third_party/libyuv/libyuv.gyp:libyuv', |
| 2822 '../third_party/npapi/npapi.gyp:npapi', | 2823 '../third_party/npapi/npapi.gyp:npapi', |
| 2823 '../third_party/smhasher/smhasher.gyp:cityhash', | 2824 '../third_party/smhasher/smhasher.gyp:cityhash', |
| 2824 '../third_party/webrtc/modules/modules.gyp:desktop_capture', | 2825 '../third_party/webrtc/modules/modules.gyp:desktop_capture', |
| 2825 '../ui/gl/gl.gyp:gl', | 2826 '../ui/gl/gl.gyp:gl', |
| 2826 '../ui/surface/surface.gyp:surface', | 2827 '../ui/surface/surface.gyp:surface', |
| 2827 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', | 2828 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', |
| 2828 '../v8/tools/gyp/v8.gyp:v8', | 2829 '../v8/tools/gyp/v8.gyp:v8', |
| 2829 '../webkit/common/webkit_common.gyp:webkit_common', | 2830 '../webkit/common/webkit_common.gyp:webkit_common', |
| 2830 '../webkit/storage_browser.gyp:webkit_storage_browser', | 2831 '../webkit/storage_browser.gyp:webkit_storage_browser', |
| (...skipping 422 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3253 '../components/components.gyp:cdm_browser', | 3254 '../components/components.gyp:cdm_browser', |
| 3254 '../components/components.gyp:web_contents_delegate_android', | 3255 '../components/components.gyp:web_contents_delegate_android', |
| 3255 'chrome_browser_jni_headers', | 3256 'chrome_browser_jni_headers', |
| 3256 ], | 3257 ], |
| 3257 'dependencies!': [ | 3258 'dependencies!': [ |
| 3258 '../components/components.gyp:feedback_component', | 3259 '../components/components.gyp:feedback_component', |
| 3259 '../components/components.gyp:storage_monitor', | 3260 '../components/components.gyp:storage_monitor', |
| 3260 '../components/components.gyp:usb_service', | 3261 '../components/components.gyp:usb_service', |
| 3261 '../components/components.gyp:web_modal', | 3262 '../components/components.gyp:web_modal', |
| 3262 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, | 3263 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, |
| 3264 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
util', |
| 3263 ], | 3265 ], |
| 3264 'sources': [ | 3266 'sources': [ |
| 3265 '<@(chrome_browser_android_sources)', | 3267 '<@(chrome_browser_android_sources)', |
| 3266 ], | 3268 ], |
| 3267 'sources!': [ | 3269 'sources!': [ |
| 3268 # Bookmark export/import are handled via the BookmarkColumns | 3270 # Bookmark export/import are handled via the BookmarkColumns |
| 3269 # ContentProvider. | 3271 # ContentProvider. |
| 3270 'browser/bookmarks/bookmark_html_writer.cc', | 3272 'browser/bookmarks/bookmark_html_writer.cc', |
| 3271 'browser/ssl/ssl_add_certificate.cc', | 3273 'browser/ssl/ssl_add_certificate.cc', |
| 3272 | 3274 |
| (...skipping 497 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3770 'package_name': 'org/chromium/chrome/browser', | 3772 'package_name': 'org/chromium/chrome/browser', |
| 3771 'template_deps': ['browser/android/tab_load_status.h'], | 3773 'template_deps': ['browser/android/tab_load_status.h'], |
| 3772 }, | 3774 }, |
| 3773 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3775 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3774 }, | 3776 }, |
| 3775 ], | 3777 ], |
| 3776 }, | 3778 }, |
| 3777 ], | 3779 ], |
| 3778 ], | 3780 ], |
| 3779 } | 3781 } |
| OLD | NEW |