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 3003 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3014 '../components/components.gyp:translate_content_browser', | 3014 '../components/components.gyp:translate_content_browser', |
3015 '../components/components.gyp:url_matcher', | 3015 '../components/components.gyp:url_matcher', |
3016 '../components/components.gyp:visitedlink_browser', | 3016 '../components/components.gyp:visitedlink_browser', |
3017 '../components/components.gyp:visitedlink_common', | 3017 '../components/components.gyp:visitedlink_common', |
3018 '../components/components.gyp:web_cache_browser', | 3018 '../components/components.gyp:web_cache_browser', |
3019 '../components/components.gyp:web_modal', | 3019 '../components/components.gyp:web_modal', |
3020 '../components/components.gyp:web_resource', | 3020 '../components/components.gyp:web_resource', |
3021 '../content/app/resources/content_resources.gyp:content_resources', | 3021 '../content/app/resources/content_resources.gyp:content_resources', |
3022 '../media/cast/cast.gyp:cast_net', | 3022 '../media/cast/cast.gyp:cast_net', |
3023 '../media/media.gyp:media', | 3023 '../media/media.gyp:media', |
3024 '../mojo/edk/mojo_edk.gyp:mojo_system_impl', | |
3025 '../mojo/mojo_base.gyp:mojo_common_lib', | 3024 '../mojo/mojo_base.gyp:mojo_common_lib', |
3026 '../mojo/mojo_base.gyp:mojo_environment_chromium', | 3025 '../mojo/mojo_base.gyp:mojo_environment_chromium', |
3027 '../mojo/public/mojo_public.gyp:mojo_cpp_bindings', | 3026 '../mojo/mojo_edk.gyp:mojo_system_impl', |
3028 '../mojo/public/mojo_public.gyp:mojo_js_bindings', | 3027 '../mojo/mojo_public.gyp:mojo_cpp_bindings', |
| 3028 '../mojo/mojo_public.gyp:mojo_js_bindings', |
3029 '../net/net.gyp:net_extras', | 3029 '../net/net.gyp:net_extras', |
3030 '../net/net.gyp:net_with_v8', | 3030 '../net/net.gyp:net_with_v8', |
3031 '../storage/storage_browser.gyp:storage', | 3031 '../storage/storage_browser.gyp:storage', |
3032 '../storage/storage_common.gyp:storage_common', | 3032 '../storage/storage_common.gyp:storage_common', |
3033 # TODO(tonyg): Remove this dependency (crbug.com/280157). | 3033 # TODO(tonyg): Remove this dependency (crbug.com/280157). |
3034 '../testing/perf/perf_test.gyp:*', | 3034 '../testing/perf/perf_test.gyp:*', |
3035 '../third_party/expat/expat.gyp:expat', | 3035 '../third_party/expat/expat.gyp:expat', |
3036 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 3036 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
3037 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, | 3037 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, |
3038 '../third_party/libyuv/libyuv.gyp:libyuv', | 3038 '../third_party/libyuv/libyuv.gyp:libyuv', |
(...skipping 704 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3743 'variables': { | 3743 'variables': { |
3744 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3744 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
3745 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3745 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
3746 }, | 3746 }, |
3747 'includes': [ '../build/protoc.gypi' ] | 3747 'includes': [ '../build/protoc.gypi' ] |
3748 }, | 3748 }, |
3749 ], | 3749 ], |
3750 },], | 3750 },], |
3751 ], | 3751 ], |
3752 } | 3752 } |
OLD | NEW |