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 2961 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2972 '../webkit/storage_browser.gyp:webkit_storage_browser', | 2972 '../webkit/storage_browser.gyp:webkit_storage_browser', |
2973 '../webkit/storage_common.gyp:webkit_storage_common', | 2973 '../webkit/storage_common.gyp:webkit_storage_common', |
2974 '../webkit/webkit_resources.gyp:webkit_resources', | 2974 '../webkit/webkit_resources.gyp:webkit_resources', |
2975 ], | 2975 ], |
2976 'sources': [ | 2976 'sources': [ |
2977 '<@(chrome_browser_non_ios_sources)', | 2977 '<@(chrome_browser_non_ios_sources)', |
2978 | 2978 |
2979 # These files are generated by GRIT. | 2979 # These files are generated by GRIT. |
2980 '<(grit_out_dir)/grit/component_extension_resources_map.cc', | 2980 '<(grit_out_dir)/grit/component_extension_resources_map.cc', |
2981 '<(grit_out_dir)/grit/theme_resources_map.cc', | 2981 '<(grit_out_dir)/grit/theme_resources_map.cc', |
2982 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/grit/ui_resources_map.cc
', | 2982 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/grit/ui_resources_map.cc', |
2983 | 2983 |
2984 # This file is generated by | 2984 # This file is generated by |
2985 # chrome/browser/metrics/variations/generate_resources_map.py | 2985 # chrome/browser/metrics/variations/generate_resources_map.py |
2986 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/metrics/variations/genera
ted_resources_map.cc', | 2986 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/metrics/variations/genera
ted_resources_map.cc', |
2987 ], | 2987 ], |
2988 'defines': [ | 2988 'defines': [ |
2989 '<@(nacl_defines)', | 2989 '<@(nacl_defines)', |
2990 ], | 2990 ], |
2991 'direct_dependent_settings': { | 2991 'direct_dependent_settings': { |
2992 'defines': [ | 2992 'defines': [ |
(...skipping 613 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3606 'package_name': 'org/chromium/chrome/browser', | 3606 'package_name': 'org/chromium/chrome/browser', |
3607 'template_deps': ['browser/android/tab_load_status.h'], | 3607 'template_deps': ['browser/android/tab_load_status.h'], |
3608 }, | 3608 }, |
3609 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3609 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3610 }, | 3610 }, |
3611 ], | 3611 ], |
3612 }, | 3612 }, |
3613 ], | 3613 ], |
3614 ], | 3614 ], |
3615 } | 3615 } |
OLD | NEW |