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 2951 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2962 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 2962 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
2963 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, | 2963 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, |
2964 '../third_party/libyuv/libyuv.gyp:libyuv', | 2964 '../third_party/libyuv/libyuv.gyp:libyuv', |
2965 '../third_party/npapi/npapi.gyp:npapi', | 2965 '../third_party/npapi/npapi.gyp:npapi', |
2966 '../third_party/smhasher/smhasher.gyp:cityhash', | 2966 '../third_party/smhasher/smhasher.gyp:cityhash', |
2967 '../third_party/webrtc/modules/modules.gyp:desktop_capture', | 2967 '../third_party/webrtc/modules/modules.gyp:desktop_capture', |
2968 '../ui/gl/gl.gyp:gl', | 2968 '../ui/gl/gl.gyp:gl', |
2969 '../ui/surface/surface.gyp:surface', | 2969 '../ui/surface/surface.gyp:surface', |
2970 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', | 2970 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', |
2971 '../v8/tools/gyp/v8.gyp:v8', | 2971 '../v8/tools/gyp/v8.gyp:v8', |
2972 '../webkit/common/webkit_common.gyp:webkit_common', | |
2973 '../webkit/storage_browser.gyp:webkit_storage_browser', | 2972 '../webkit/storage_browser.gyp:webkit_storage_browser', |
2974 '../webkit/storage_common.gyp:webkit_storage_common', | 2973 '../webkit/storage_common.gyp:webkit_storage_common', |
2975 '../webkit/webkit_resources.gyp:webkit_resources', | 2974 '../webkit/webkit_resources.gyp:webkit_resources', |
2976 ], | 2975 ], |
2977 'sources': [ | 2976 'sources': [ |
2978 '<@(chrome_browser_non_ios_sources)', | 2977 '<@(chrome_browser_non_ios_sources)', |
2979 | 2978 |
2980 # These files are generated by GRIT. | 2979 # These files are generated by GRIT. |
2981 '<(grit_out_dir)/grit/component_extension_resources_map.cc', | 2980 '<(grit_out_dir)/grit/component_extension_resources_map.cc', |
2982 '<(grit_out_dir)/grit/theme_resources_map.cc', | 2981 '<(grit_out_dir)/grit/theme_resources_map.cc', |
(...skipping 609 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3592 'package_name': 'org/chromium/chrome/browser', | 3591 'package_name': 'org/chromium/chrome/browser', |
3593 'template_deps': ['browser/android/tab_load_status.h'], | 3592 'template_deps': ['browser/android/tab_load_status.h'], |
3594 }, | 3593 }, |
3595 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3594 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3596 }, | 3595 }, |
3597 ], | 3596 ], |
3598 }, | 3597 }, |
3599 ], | 3598 ], |
3600 ], | 3599 ], |
3601 } | 3600 } |
OLD | NEW |