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 2983 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2994 '../components/components.gyp:url_matcher', | 2994 '../components/components.gyp:url_matcher', |
2995 '../components/components.gyp:visitedlink_browser', | 2995 '../components/components.gyp:visitedlink_browser', |
2996 '../components/components.gyp:visitedlink_common', | 2996 '../components/components.gyp:visitedlink_common', |
2997 '../components/components.gyp:web_cache_browser', | 2997 '../components/components.gyp:web_cache_browser', |
2998 '../components/components.gyp:web_modal', | 2998 '../components/components.gyp:web_modal', |
2999 '../components/components.gyp:web_resource', | 2999 '../components/components.gyp:web_resource', |
3000 '../content/app/resources/content_resources.gyp:content_resources', | 3000 '../content/app/resources/content_resources.gyp:content_resources', |
3001 '../media/media.gyp:media', | 3001 '../media/media.gyp:media', |
3002 '../mojo/mojo_base.gyp:mojo_common_lib', | 3002 '../mojo/mojo_base.gyp:mojo_common_lib', |
3003 '../mojo/mojo_base.gyp:mojo_environment_chromium', | 3003 '../mojo/mojo_base.gyp:mojo_environment_chromium', |
3004 '../mojo/mojo_edk.gyp:mojo_system_impl', | |
3005 '../mojo/mojo_public.gyp:mojo_cpp_bindings', | |
3006 '../mojo/mojo_public.gyp:mojo_js_bindings', | |
3007 '../net/net.gyp:net_extras', | 3004 '../net/net.gyp:net_extras', |
3008 '../net/net.gyp:net_with_v8', | 3005 '../net/net.gyp:net_with_v8', |
3009 '../storage/storage_browser.gyp:storage', | 3006 '../storage/storage_browser.gyp:storage', |
3010 '../storage/storage_common.gyp:storage_common', | 3007 '../storage/storage_common.gyp:storage_common', |
3011 # TODO(tonyg): Remove this dependency (crbug.com/280157). | 3008 # TODO(tonyg): Remove this dependency (crbug.com/280157). |
3012 '../testing/perf/perf_test.gyp:*', | 3009 '../testing/perf/perf_test.gyp:*', |
3013 '../third_party/expat/expat.gyp:expat', | 3010 '../third_party/expat/expat.gyp:expat', |
3014 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 3011 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
3015 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, | 3012 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, |
3016 '../third_party/libyuv/libyuv.gyp:libyuv', | 3013 '../third_party/libyuv/libyuv.gyp:libyuv', |
| 3014 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl', |
| 3015 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', |
| 3016 '../third_party/mojo/mojo_public.gyp:mojo_js_bindings', |
3017 '../third_party/npapi/npapi.gyp:npapi', | 3017 '../third_party/npapi/npapi.gyp:npapi', |
3018 '../third_party/smhasher/smhasher.gyp:cityhash', | 3018 '../third_party/smhasher/smhasher.gyp:cityhash', |
3019 '../third_party/webrtc/modules/modules.gyp:desktop_capture', | 3019 '../third_party/webrtc/modules/modules.gyp:desktop_capture', |
3020 '../ui/gl/gl.gyp:gl', | 3020 '../ui/gl/gl.gyp:gl', |
3021 '../ui/surface/surface.gyp:surface', | 3021 '../ui/surface/surface.gyp:surface', |
3022 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', | 3022 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', |
3023 '../v8/tools/gyp/v8.gyp:v8', | 3023 '../v8/tools/gyp/v8.gyp:v8', |
3024 ], | 3024 ], |
3025 'sources': [ | 3025 'sources': [ |
3026 '<@(chrome_browser_non_ios_sources)', | 3026 '<@(chrome_browser_non_ios_sources)', |
(...skipping 677 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3704 'variables': { | 3704 'variables': { |
3705 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3705 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
3706 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3706 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
3707 }, | 3707 }, |
3708 'includes': [ '../build/protoc.gypi' ] | 3708 'includes': [ '../build/protoc.gypi' ] |
3709 }, | 3709 }, |
3710 ], | 3710 ], |
3711 },], | 3711 },], |
3712 ], | 3712 ], |
3713 } | 3713 } |
OLD | NEW |