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

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

Issue 1230933002: Patch 3.1: Refactored spellcheck_message_filter to be generic (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@platform_flag
Patch Set: Updated gn build variable to match gyp side Created 5 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
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | chrome/renderer/spellchecker/spellcheck_provider_test.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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("//tools/grit/grit_rule.gni") 5 import("//tools/grit/grit_rule.gni")
6 import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni") 6 import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni")
7 7
8 gypi_values = exec_script("//build/gypi_to_gn.py", 8 gypi_values = exec_script("//build/gypi_to_gn.py",
9 [ rebase_path("../chrome_common.gypi") ], 9 [ rebase_path("../chrome_common.gypi") ],
10 "scope", 10 "scope",
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 "local_discovery/service_discovery_client_impl.h", 186 "local_discovery/service_discovery_client_impl.h",
187 ] 187 ]
188 } 188 }
189 189
190 if (is_android) { 190 if (is_android) {
191 sources -= [ 191 sources -= [
192 "badge_util.cc", 192 "badge_util.cc",
193 "chrome_version_info_posix.cc", 193 "chrome_version_info_posix.cc",
194 "icon_with_badge_image_source.cc", 194 "icon_with_badge_image_source.cc",
195 "media_galleries/metadata_types.h", 195 "media_galleries/metadata_types.h",
196 "spellcheck_common.cc",
197 ] 196 ]
198 } else { 197 } else {
199 # Non-Android. 198 # Non-Android.
200 sources += 199 sources +=
201 rebase_path(gypi_values.chrome_common_importer_sources, ".", "//chrome") 200 rebase_path(gypi_values.chrome_common_importer_sources, ".", "//chrome")
202 } 201 }
203 202
204 if (is_chromeos) { 203 if (is_chromeos) {
205 sources -= [ "chrome_version_info_posix.cc" ] 204 sources -= [ "chrome_version_info_posix.cc" ]
206 } 205 }
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
358 ":constants", 357 ":constants",
359 "//base", 358 "//base",
360 ] 359 ]
361 } 360 }
362 361
363 mojom("mojo_bindings") { 362 mojom("mojo_bindings") {
364 sources = [ 363 sources = [
365 "resource_usage_reporter.mojom", 364 "resource_usage_reporter.mojom",
366 ] 365 ]
367 } 366 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | chrome/renderer/spellchecker/spellcheck_provider_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698