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 3002 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3013 '../components/components.gyp:web_modal', | 3013 '../components/components.gyp:web_modal', |
3014 '../components/components.gyp:web_resource', | 3014 '../components/components.gyp:web_resource', |
3015 '../content/app/resources/content_resources.gyp:content_resources', | 3015 '../content/app/resources/content_resources.gyp:content_resources', |
3016 '../media/media.gyp:media', | 3016 '../media/media.gyp:media', |
3017 '../mojo/mojo_base.gyp:mojo_common_lib', | 3017 '../mojo/mojo_base.gyp:mojo_common_lib', |
3018 '../mojo/mojo_base.gyp:mojo_environment_chromium', | 3018 '../mojo/mojo_base.gyp:mojo_environment_chromium', |
3019 '../net/net.gyp:net_extras', | 3019 '../net/net.gyp:net_extras', |
3020 '../net/net.gyp:net_with_v8', | 3020 '../net/net.gyp:net_with_v8', |
3021 '../storage/storage_browser.gyp:storage', | 3021 '../storage/storage_browser.gyp:storage', |
3022 '../storage/storage_common.gyp:storage_common', | 3022 '../storage/storage_common.gyp:storage_common', |
3023 # TODO(tonyg): Remove this dependency (crbug.com/280157). | |
3024 '../testing/perf/perf_test.gyp:*', | |
3025 '../third_party/expat/expat.gyp:expat', | 3023 '../third_party/expat/expat.gyp:expat', |
3026 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 3024 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
3027 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, | 3025 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, |
3028 '../third_party/libyuv/libyuv.gyp:libyuv', | 3026 '../third_party/libyuv/libyuv.gyp:libyuv', |
3029 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl', | 3027 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl', |
3030 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', | 3028 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', |
3031 '../third_party/mojo/mojo_public.gyp:mojo_js_bindings', | 3029 '../third_party/mojo/mojo_public.gyp:mojo_js_bindings', |
3032 '../third_party/npapi/npapi.gyp:npapi', | 3030 '../third_party/npapi/npapi.gyp:npapi', |
3033 '../third_party/smhasher/smhasher.gyp:cityhash', | 3031 '../third_party/smhasher/smhasher.gyp:cityhash', |
3034 '../third_party/webrtc/modules/modules.gyp:desktop_capture', | 3032 '../third_party/webrtc/modules/modules.gyp:desktop_capture', |
(...skipping 667 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3702 'variables': { | 3700 'variables': { |
3703 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3701 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
3704 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3702 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
3705 }, | 3703 }, |
3706 'includes': [ '../build/protoc.gypi' ] | 3704 'includes': [ '../build/protoc.gypi' ] |
3707 }, | 3705 }, |
3708 ], | 3706 ], |
3709 },], | 3707 },], |
3710 ], | 3708 ], |
3711 } | 3709 } |
OLD | NEW |