Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(85)

Side by Side Diff: trunk/src/chrome/chrome_browser.gypi

Issue 387573003: Revert 282355 "Add chrome/browser/ui to the GN build." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 2956 matching lines...) Expand 10 before | Expand all | Expand 10 after
2967 '../webkit/storage_browser.gyp:webkit_storage_browser', 2967 '../webkit/storage_browser.gyp:webkit_storage_browser',
2968 '../webkit/storage_common.gyp:webkit_storage_common', 2968 '../webkit/storage_common.gyp:webkit_storage_common',
2969 '../webkit/webkit_resources.gyp:webkit_resources', 2969 '../webkit/webkit_resources.gyp:webkit_resources',
2970 ], 2970 ],
2971 'sources': [ 2971 'sources': [
2972 '<@(chrome_browser_non_ios_sources)', 2972 '<@(chrome_browser_non_ios_sources)',
2973 2973
2974 # These files are generated by GRIT. 2974 # These files are generated by GRIT.
2975 '<(grit_out_dir)/grit/component_extension_resources_map.cc', 2975 '<(grit_out_dir)/grit/component_extension_resources_map.cc',
2976 '<(grit_out_dir)/grit/theme_resources_map.cc', 2976 '<(grit_out_dir)/grit/theme_resources_map.cc',
2977 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/grit/ui_resources_map.cc', 2977 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/grit/ui_resources_map.cc ',
2978 2978
2979 # This file is generated by 2979 # This file is generated by
2980 # chrome/browser/metrics/variations/generate_resources_map.py 2980 # chrome/browser/metrics/variations/generate_resources_map.py
2981 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/metrics/variations/genera ted_resources_map.cc', 2981 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/metrics/variations/genera ted_resources_map.cc',
2982 ], 2982 ],
2983 'defines': [ 2983 'defines': [
2984 '<@(nacl_defines)', 2984 '<@(nacl_defines)',
2985 ], 2985 ],
2986 'direct_dependent_settings': { 2986 'direct_dependent_settings': {
2987 'defines': [ 2987 'defines': [
(...skipping 598 matching lines...) Expand 10 before | Expand all | Expand 10 after
3586 'package_name': 'org/chromium/chrome/browser', 3586 'package_name': 'org/chromium/chrome/browser',
3587 'template_deps': ['browser/android/tab_load_status.h'], 3587 'template_deps': ['browser/android/tab_load_status.h'],
3588 }, 3588 },
3589 'includes': [ '../build/android/java_cpp_template.gypi' ], 3589 'includes': [ '../build/android/java_cpp_template.gypi' ],
3590 }, 3590 },
3591 ], 3591 ],
3592 }, 3592 },
3593 ], 3593 ],
3594 ], 3594 ],
3595 } 3595 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698