| 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 2893 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2904 '../components/components.gyp:translate_content_browser', | 2904 '../components/components.gyp:translate_content_browser', |
| 2905 '../components/components.gyp:url_matcher', | 2905 '../components/components.gyp:url_matcher', |
| 2906 '../components/components.gyp:visitedlink_browser', | 2906 '../components/components.gyp:visitedlink_browser', |
| 2907 '../components/components.gyp:visitedlink_common', | 2907 '../components/components.gyp:visitedlink_common', |
| 2908 '../components/components.gyp:web_cache_browser', | 2908 '../components/components.gyp:web_cache_browser', |
| 2909 '../components/components.gyp:web_modal', | 2909 '../components/components.gyp:web_modal', |
| 2910 '../content/app/resources/content_resources.gyp:content_resources', | 2910 '../content/app/resources/content_resources.gyp:content_resources', |
| 2911 '../media/cast/cast.gyp:cast_net', | 2911 '../media/cast/cast.gyp:cast_net', |
| 2912 '../media/media.gyp:media', | 2912 '../media/media.gyp:media', |
| 2913 '../mojo/mojo_base.gyp:mojo_common_lib', | 2913 '../mojo/mojo_base.gyp:mojo_common_lib', |
| 2914 '../mojo/mojo_base.gyp:mojo_cpp_bindings', | |
| 2915 '../mojo/mojo_base.gyp:mojo_environment_chromium', | 2914 '../mojo/mojo_base.gyp:mojo_environment_chromium', |
| 2916 '../mojo/mojo_base.gyp:mojo_js_bindings', | |
| 2917 '../mojo/mojo_base.gyp:mojo_system_impl', | 2915 '../mojo/mojo_base.gyp:mojo_system_impl', |
| 2916 '../mojo/public/mojo_public.gyp:mojo_cpp_bindings', |
| 2917 '../mojo/public/mojo_public.gyp:mojo_js_bindings', |
| 2918 '../net/net.gyp:net_extras', | 2918 '../net/net.gyp:net_extras', |
| 2919 '../net/net.gyp:net_with_v8', | 2919 '../net/net.gyp:net_with_v8', |
| 2920 '../storage/storage_browser.gyp:storage', | 2920 '../storage/storage_browser.gyp:storage', |
| 2921 '../storage/storage_common.gyp:storage_common', | 2921 '../storage/storage_common.gyp:storage_common', |
| 2922 # TODO(tonyg): Remove this dependency (crbug.com/280157). | 2922 # TODO(tonyg): Remove this dependency (crbug.com/280157). |
| 2923 '../testing/perf/perf_test.gyp:*', | 2923 '../testing/perf/perf_test.gyp:*', |
| 2924 '../third_party/expat/expat.gyp:expat', | 2924 '../third_party/expat/expat.gyp:expat', |
| 2925 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 2925 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 2926 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, | 2926 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, |
| 2927 '../third_party/libyuv/libyuv.gyp:libyuv', | 2927 '../third_party/libyuv/libyuv.gyp:libyuv', |
| (...skipping 666 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3594 'variables': { | 3594 'variables': { |
| 3595 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3595 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
| 3596 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3596 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
| 3597 }, | 3597 }, |
| 3598 'includes': [ '../build/protoc.gypi' ] | 3598 'includes': [ '../build/protoc.gypi' ] |
| 3599 }, | 3599 }, |
| 3600 ], | 3600 ], |
| 3601 },], | 3601 },], |
| 3602 ], | 3602 ], |
| 3603 } | 3603 } |
| OLD | NEW |