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

Side by Side Diff: chrome/browser/BUILD.gn

Issue 381463002: Add chrome/browser/ui to the GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add %$&*ing missing comma 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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/config/crypto.gni") 5 import("//build/config/crypto.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//tools/grit/grit_rule.gni") 8 import("//tools/grit/grit_rule.gni")
9 9
10 about_credits_file = "$target_gen_dir/about_credits.html" 10 about_credits_file = "$target_gen_dir/about_credits.html"
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 "//sync", 115 "//sync",
116 ] 116 ]
117 117
118 if (!is_ios) { 118 if (!is_ios) {
119 sources += rebase_path(gypi_values.chrome_browser_non_ios_sources, 119 sources += rebase_path(gypi_values.chrome_browser_non_ios_sources,
120 ".", "//chrome") 120 ".", "//chrome")
121 #TODO(GYP) Add these sources: 121 #TODO(GYP) Add these sources:
122 # # These files are generated by GRIT. 122 # # These files are generated by GRIT.
123 # '<(grit_out_dir)/grit/component_extension_resources_map.cc', 123 # '<(grit_out_dir)/grit/component_extension_resources_map.cc',
124 # '<(grit_out_dir)/grit/theme_resources_map.cc', 124 # '<(grit_out_dir)/grit/theme_resources_map.cc',
125 # '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/grit/ui_resources_map.c c', 125 # '<(SHARED_INTERMEDIATE_DIR)/ui/resources/grit/ui_resources_map.cc',
126 # 126 #
127 # # This file is generated by 127 # # This file is generated by
128 # # chrome/browser/metrics/variations/generate_resources_map.py 128 # # chrome/browser/metrics/variations/generate_resources_map.py
129 # '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/metrics/variations/gener ated_resources_map.cc', 129 # '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/metrics/variations/gener ated_resources_map.cc',
130 130
131 # TODO(GYP) Also add these nacl_defines to direct dependents. 131 # TODO(GYP) Also add these nacl_defines to direct dependents.
132 #defines = nacl_defines 132 #defines = nacl_defines
133 133
134 # TODO(GYP) remove this when the real webrtc target is used below. 134 # TODO(GYP) remove this when the real webrtc target is used below.
135 configs += [ "//content:webrtc_stub_config" ] 135 configs += [ "//content:webrtc_stub_config" ]
(...skipping 516 matching lines...) Expand 10 before | Expand all | Expand 10 after
652 # TODO(GYP) write internal action 652 # TODO(GYP) write internal action
653 if (false) { #if (is_chrome_branded) { 653 if (false) { #if (is_chrome_branded) {
654 action("chrome_internal_resources_gen") { 654 action("chrome_internal_resources_gen") {
655 # TODO(GYP) 655 # TODO(GYP)
656 } 656 }
657 } else { 657 } else {
658 group("chrome_internal_resources_gen") { 658 group("chrome_internal_resources_gen") {
659 # Empty placeholder. 659 # Empty placeholder.
660 } 660 }
661 } 661 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698