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

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

Issue 2904443004: Allow generation of a chromium outdirs when enable_extensions=false (Closed)
Patch Set: Rebase Created 3 years, 6 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
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/features.gni") 5 import("//build/config/features.gni")
6 import("//extensions/features/features.gni") 6 import("//extensions/features/features.gni")
7 import("//mojo/public/tools/bindings/mojom.gni") 7 import("//mojo/public/tools/bindings/mojom.gni")
8 8
9 # TODO(crbug.com/731689): Assert that extensions are enabled.
10
9 source_set("common_constants") { 11 source_set("common_constants") {
10 sources = [ 12 sources = [
11 "constants.cc", 13 "constants.cc",
12 "constants.h", 14 "constants.h",
13 ] 15 ]
14 16
15 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 17 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
16 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] 18 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
17 } 19 }
18 20
(...skipping 368 matching lines...) Expand 10 before | Expand all | Expand 10 after
387 "//ui/base", 389 "//ui/base",
388 "//ui/gfx", 390 "//ui/gfx",
389 "//url", 391 "//url",
390 ] 392 ]
391 393
392 if (is_chromeos) { 394 if (is_chromeos) {
393 sources += [ "manifest_handlers/action_handlers_handler_unittest.cc" ] 395 sources += [ "manifest_handlers/action_handlers_handler_unittest.cc" ]
394 } 396 }
395 } 397 }
396 } # enable_extensions 398 } # enable_extensions
OLDNEW
« no previous file with comments | « extensions/browser/value_store/BUILD.gn ('k') | extensions/components/javascript_dialog_extensions_client/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698