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 2925 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2936 '../components/components.gyp:password_manager_content_browser', | 2936 '../components/components.gyp:password_manager_content_browser', |
2937 '../components/components.gyp:precache_content', | 2937 '../components/components.gyp:precache_content', |
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_net', |
2947 '../media/media.gyp:media', | 2947 '../media/media.gyp:media', |
2948 '../mojo/mojo.gyp:mojo_common_lib', | 2948 '../mojo/mojo.gyp:mojo_common_lib', |
2949 '../mojo/mojo.gyp:mojo_cpp_bindings', | 2949 '../mojo/mojo.gyp:mojo_cpp_bindings', |
2950 '../mojo/mojo.gyp:mojo_environment_chromium', | 2950 '../mojo/mojo.gyp:mojo_environment_chromium', |
2951 '../mojo/mojo.gyp:mojo_js_bindings', | 2951 '../mojo/mojo.gyp:mojo_js_bindings', |
2952 '../mojo/mojo.gyp:mojo_system_impl', | 2952 '../mojo/mojo.gyp:mojo_system_impl', |
2953 '../net/net.gyp:net_with_v8', | 2953 '../net/net.gyp:net_with_v8', |
2954 # TODO(tonyg): Remove this dependency (crbug.com/280157). | 2954 # TODO(tonyg): Remove this dependency (crbug.com/280157). |
2955 '../testing/perf/perf_test.gyp:*', | 2955 '../testing/perf/perf_test.gyp:*', |
2956 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', | 2956 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', |
(...skipping 631 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3588 'package_name': 'org/chromium/chrome/browser', | 3588 'package_name': 'org/chromium/chrome/browser', |
3589 'template_deps': ['browser/android/tab_load_status.h'], | 3589 'template_deps': ['browser/android/tab_load_status.h'], |
3590 }, | 3590 }, |
3591 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3591 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3592 }, | 3592 }, |
3593 ], | 3593 ], |
3594 }, | 3594 }, |
3595 ], | 3595 ], |
3596 ], | 3596 ], |
3597 } | 3597 } |
OLD | NEW |