| 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 2944 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2955 '../components/components.gyp:password_manager_content_browser', | 2955 '../components/components.gyp:password_manager_content_browser', |
| 2956 '../components/components.gyp:precache_content', | 2956 '../components/components.gyp:precache_content', |
| 2957 '../components/components.gyp:sessions', | 2957 '../components/components.gyp:sessions', |
| 2958 '../components/components.gyp:storage_monitor', | 2958 '../components/components.gyp:storage_monitor', |
| 2959 '../components/components.gyp:translate_content_browser', | 2959 '../components/components.gyp:translate_content_browser', |
| 2960 '../components/components.gyp:url_matcher', | 2960 '../components/components.gyp:url_matcher', |
| 2961 '../components/components.gyp:usb_service', | 2961 '../components/components.gyp:usb_service', |
| 2962 '../components/components.gyp:visitedlink_browser', | 2962 '../components/components.gyp:visitedlink_browser', |
| 2963 '../components/components.gyp:visitedlink_common', | 2963 '../components/components.gyp:visitedlink_common', |
| 2964 '../components/components.gyp:web_modal', | 2964 '../components/components.gyp:web_modal', |
| 2965 '../components/components_resources.gyp:components_resources', |
| 2965 '../media/cast/cast.gyp:cast_net', | 2966 '../media/cast/cast.gyp:cast_net', |
| 2966 '../media/media.gyp:media', | 2967 '../media/media.gyp:media', |
| 2967 '../mojo/mojo.gyp:mojo_common_lib', | 2968 '../mojo/mojo.gyp:mojo_common_lib', |
| 2968 '../mojo/mojo.gyp:mojo_cpp_bindings', | 2969 '../mojo/mojo.gyp:mojo_cpp_bindings', |
| 2969 '../mojo/mojo.gyp:mojo_environment_chromium', | 2970 '../mojo/mojo.gyp:mojo_environment_chromium', |
| 2970 '../mojo/mojo.gyp:mojo_js_bindings', | 2971 '../mojo/mojo.gyp:mojo_js_bindings', |
| 2971 '../mojo/mojo.gyp:mojo_system_impl', | 2972 '../mojo/mojo.gyp:mojo_system_impl', |
| 2972 '../net/net.gyp:net_with_v8', | 2973 '../net/net.gyp:net_with_v8', |
| 2973 # TODO(tonyg): Remove this dependency (crbug.com/280157). | 2974 # TODO(tonyg): Remove this dependency (crbug.com/280157). |
| 2974 '../testing/perf/perf_test.gyp:*', | 2975 '../testing/perf/perf_test.gyp:*', |
| (...skipping 639 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3614 'package_name': 'org/chromium/chrome/browser', | 3615 'package_name': 'org/chromium/chrome/browser', |
| 3615 'template_deps': ['browser/android/tab_load_status.h'], | 3616 'template_deps': ['browser/android/tab_load_status.h'], |
| 3616 }, | 3617 }, |
| 3617 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3618 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3618 }, | 3619 }, |
| 3619 ], | 3620 ], |
| 3620 }, | 3621 }, |
| 3621 ], | 3622 ], |
| 3622 ], | 3623 ], |
| 3623 } | 3624 } |
| OLD | NEW |