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

Side by Side Diff: tools/gn/secondary/build/config/BUILD.gn

Issue 25666014: Remove the ENABLE_GPU #define and enable_gpu gyp variable (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 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 (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 config("my_msvs") { 5 config("my_msvs") {
6 defines = [ 6 defines = [
7 "CHROMIUM_BUILD", 7 "CHROMIUM_BUILD",
8 "TOOLKIT_VIEWS=1", 8 "TOOLKIT_VIEWS=1",
9 "USE_LIBJPEG_TURBO=1", 9 "USE_LIBJPEG_TURBO=1",
10 "ENABLE_ONE_CLICK_SIGNIN", 10 "ENABLE_ONE_CLICK_SIGNIN",
11 "ENABLE_REMOTING=1", 11 "ENABLE_REMOTING=1",
12 "ENABLE_WEBRTC=1", 12 "ENABLE_WEBRTC=1",
13 "ENABLE_CONFIGURATION_POLICY", 13 "ENABLE_CONFIGURATION_POLICY",
14 "ENABLE_INPUT_SPEECH", 14 "ENABLE_INPUT_SPEECH",
15 "ENABLE_NOTIFICATIONS", 15 "ENABLE_NOTIFICATIONS",
16 "ENABLE_GPU=1",
17 "ENABLE_EGLIMAGE=1", 16 "ENABLE_EGLIMAGE=1",
18 "ENABLE_TASK_MANAGER=1", 17 "ENABLE_TASK_MANAGER=1",
19 "ENABLE_EXTENSIONS=1", 18 "ENABLE_EXTENSIONS=1",
20 "ENABLE_PLUGIN_INSTALLATION=1", 19 "ENABLE_PLUGIN_INSTALLATION=1",
21 "ENABLE_PLUGINS=1", 20 "ENABLE_PLUGINS=1",
22 "ENABLE_SESSION_SERVICE=1", 21 "ENABLE_SESSION_SERVICE=1",
23 "ENABLE_THEMES=1", 22 "ENABLE_THEMES=1",
24 "ENABLE_AUTOFILL_DIALOG=1", 23 "ENABLE_AUTOFILL_DIALOG=1",
25 "ENABLE_BACKGROUND=1", 24 "ENABLE_BACKGROUND=1",
26 "ENABLE_AUTOMATION=1", 25 "ENABLE_AUTOMATION=1",
(...skipping 15 matching lines...) Expand all
42 defines = [ 41 defines = [
43 "_DEBUG", 42 "_DEBUG",
44 "DYNAMIC_ANNOTATIONS_ENABLED=1", 43 "DYNAMIC_ANNOTATIONS_ENABLED=1",
45 "WTF_USE_DYNAMIC_ANNOTATIONS=1", 44 "WTF_USE_DYNAMIC_ANNOTATIONS=1",
46 ] 45 ]
47 } 46 }
48 47
49 config("release") { 48 config("release") {
50 49
51 } 50 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698