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 2968 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2979 '../third_party/libyuv/libyuv.gyp:libyuv', | 2979 '../third_party/libyuv/libyuv.gyp:libyuv', |
2980 '../third_party/npapi/npapi.gyp:npapi', | 2980 '../third_party/npapi/npapi.gyp:npapi', |
2981 '../third_party/smhasher/smhasher.gyp:cityhash', | 2981 '../third_party/smhasher/smhasher.gyp:cityhash', |
2982 '../third_party/webrtc/modules/modules.gyp:desktop_capture', | 2982 '../third_party/webrtc/modules/modules.gyp:desktop_capture', |
2983 '../ui/gl/gl.gyp:gl', | 2983 '../ui/gl/gl.gyp:gl', |
2984 '../ui/surface/surface.gyp:surface', | 2984 '../ui/surface/surface.gyp:surface', |
2985 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', | 2985 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', |
2986 '../v8/tools/gyp/v8.gyp:v8', | 2986 '../v8/tools/gyp/v8.gyp:v8', |
2987 '../webkit/storage_browser.gyp:webkit_storage_browser', | 2987 '../webkit/storage_browser.gyp:webkit_storage_browser', |
2988 '../webkit/storage_common.gyp:webkit_storage_common', | 2988 '../webkit/storage_common.gyp:webkit_storage_common', |
2989 '../webkit/webkit_resources.gyp:webkit_resources', | 2989 '../webkit/glue/resources/webkit_resources.gyp:webkit_resources', |
2990 ], | 2990 ], |
2991 'sources': [ | 2991 'sources': [ |
2992 '<@(chrome_browser_non_ios_sources)', | 2992 '<@(chrome_browser_non_ios_sources)', |
2993 | 2993 |
2994 # These files are generated by GRIT. | 2994 # These files are generated by GRIT. |
2995 '<(grit_out_dir)/grit/component_extension_resources_map.cc', | 2995 '<(grit_out_dir)/grit/component_extension_resources_map.cc', |
2996 '<(grit_out_dir)/grit/theme_resources_map.cc', | 2996 '<(grit_out_dir)/grit/theme_resources_map.cc', |
2997 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/grit/ui_resources_map.cc', | 2997 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/grit/ui_resources_map.cc', |
2998 | 2998 |
2999 # This file is generated by | 2999 # This file is generated by |
(...skipping 615 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3615 'package_name': 'org/chromium/chrome/browser', | 3615 'package_name': 'org/chromium/chrome/browser', |
3616 'template_deps': ['browser/android/tab_load_status.h'], | 3616 'template_deps': ['browser/android/tab_load_status.h'], |
3617 }, | 3617 }, |
3618 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3618 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3619 }, | 3619 }, |
3620 ], | 3620 ], |
3621 }, | 3621 }, |
3622 ], | 3622 ], |
3623 ], | 3623 ], |
3624 } | 3624 } |
OLD | NEW |