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 2910 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2921 '../content/app/resources/content_resources.gyp:content_resources', | 2921 '../content/app/resources/content_resources.gyp:content_resources', |
2922 '../media/cast/cast.gyp:cast_net', | 2922 '../media/cast/cast.gyp:cast_net', |
2923 '../media/media.gyp:media', | 2923 '../media/media.gyp:media', |
2924 '../mojo/mojo_base.gyp:mojo_common_lib', | 2924 '../mojo/mojo_base.gyp:mojo_common_lib', |
2925 '../mojo/mojo_base.gyp:mojo_cpp_bindings', | 2925 '../mojo/mojo_base.gyp:mojo_cpp_bindings', |
2926 '../mojo/mojo_base.gyp:mojo_environment_chromium', | 2926 '../mojo/mojo_base.gyp:mojo_environment_chromium', |
2927 '../mojo/mojo_base.gyp:mojo_js_bindings', | 2927 '../mojo/mojo_base.gyp:mojo_js_bindings', |
2928 '../mojo/mojo_base.gyp:mojo_system_impl', | 2928 '../mojo/mojo_base.gyp:mojo_system_impl', |
2929 '../net/net.gyp:net_extras', | 2929 '../net/net.gyp:net_extras', |
2930 '../net/net.gyp:net_with_v8', | 2930 '../net/net.gyp:net_with_v8', |
| 2931 '../storage/storage_browser.gyp:storage', |
2931 '../storage/storage_common.gyp:storage_common', | 2932 '../storage/storage_common.gyp:storage_common', |
2932 # TODO(tonyg): Remove this dependency (crbug.com/280157). | 2933 # TODO(tonyg): Remove this dependency (crbug.com/280157). |
2933 '../testing/perf/perf_test.gyp:*', | 2934 '../testing/perf/perf_test.gyp:*', |
2934 '../third_party/expat/expat.gyp:expat', | 2935 '../third_party/expat/expat.gyp:expat', |
2935 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 2936 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
2936 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, | 2937 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, |
2937 '../third_party/libyuv/libyuv.gyp:libyuv', | 2938 '../third_party/libyuv/libyuv.gyp:libyuv', |
2938 '../third_party/npapi/npapi.gyp:npapi', | 2939 '../third_party/npapi/npapi.gyp:npapi', |
2939 '../third_party/smhasher/smhasher.gyp:cityhash', | 2940 '../third_party/smhasher/smhasher.gyp:cityhash', |
2940 '../third_party/webrtc/modules/modules.gyp:desktop_capture', | 2941 '../third_party/webrtc/modules/modules.gyp:desktop_capture', |
2941 '../ui/gl/gl.gyp:gl', | 2942 '../ui/gl/gl.gyp:gl', |
2942 '../ui/surface/surface.gyp:surface', | 2943 '../ui/surface/surface.gyp:surface', |
2943 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', | 2944 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', |
2944 '../v8/tools/gyp/v8.gyp:v8', | 2945 '../v8/tools/gyp/v8.gyp:v8', |
2945 '../webkit/storage_browser.gyp:storage', | |
2946 ], | 2946 ], |
2947 'sources': [ | 2947 'sources': [ |
2948 '<@(chrome_browser_non_ios_sources)', | 2948 '<@(chrome_browser_non_ios_sources)', |
2949 | 2949 |
2950 # These files are generated by GRIT. | 2950 # These files are generated by GRIT. |
2951 '<(grit_out_dir)/grit/component_extension_resources_map.cc', | 2951 '<(grit_out_dir)/grit/component_extension_resources_map.cc', |
2952 '<(grit_out_dir)/grit/theme_resources_map.cc', | 2952 '<(grit_out_dir)/grit/theme_resources_map.cc', |
2953 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/grit/ui_resources_map.cc', | 2953 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/grit/ui_resources_map.cc', |
2954 | 2954 |
2955 # This file is generated by | 2955 # This file is generated by |
(...skipping 614 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3570 'variables': { | 3570 'variables': { |
3571 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3571 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
3572 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3572 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
3573 }, | 3573 }, |
3574 'includes': [ '../build/protoc.gypi' ] | 3574 'includes': [ '../build/protoc.gypi' ] |
3575 }, | 3575 }, |
3576 ], | 3576 ], |
3577 },], | 3577 },], |
3578 ], | 3578 ], |
3579 } | 3579 } |
OLD | NEW |