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

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

Issue 2572883002: Convert USE_PROPRIETARY_CODECS to a buildflag header. (Closed)
Patch Set: Created 4 years 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("//media/media_options.gni")
7 import("//mojo/public/tools/bindings/mojom.gni") 8 import("//mojo/public/tools/bindings/mojom.gni")
8 9
9 source_set("common_constants") { 10 source_set("common_constants") {
10 sources = [ 11 sources = [
11 "constants.cc", 12 "constants.cc",
12 "constants.h", 13 "constants.h",
13 ] 14 ]
14 15
15 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 16 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
16 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] 17 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
(...skipping 341 matching lines...) Expand 10 before | Expand all | Expand 10 after
358 "//extensions/strings", 359 "//extensions/strings",
359 "//ipc", 360 "//ipc",
360 "//testing/gmock", 361 "//testing/gmock",
361 "//testing/gtest", 362 "//testing/gtest",
362 "//ui/base", 363 "//ui/base",
363 "//ui/gfx", 364 "//ui/gfx",
364 "//url", 365 "//url",
365 ] 366 ]
366 } 367 }
367 } # enable_extensions 368 } # enable_extensions
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698