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

Side by Side Diff: ui/ui.gyp

Issue 7706011: Use precompiled headers for most large projects. (Closed) Base URL: ssh://joi@192.168.1.201/home/joi/c/chrome/src@master
Patch Set: Created 9 years, 4 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 (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 'toolkit_views2': 0, # ui/views/ is an experimental framework on Windows. 8 'toolkit_views2': 0, # ui/views/ is an experimental framework on Windows.
9 }, 9 },
10 'target_defaults': { 10 'target_defaults': {
(...skipping 13 matching lines...) Expand all
24 ]}], 24 ]}],
25 ], 25 ],
26 }, 26 },
27 'includes': [ 27 'includes': [
28 'ui_resources.gypi', 28 'ui_resources.gypi',
29 ], 29 ],
30 'targets': [ 30 'targets': [
31 { 31 {
32 'target_name': 'ui', 32 'target_name': 'ui',
33 'type': '<(component)', 33 'type': '<(component)',
34 'msvs_disable_precompiled_header': '1',
34 'dependencies': [ 35 'dependencies': [
35 '../base/base.gyp:base', 36 '../base/base.gyp:base',
36 '../base/base.gyp:base_i18n', 37 '../base/base.gyp:base_i18n',
37 '../base/base.gyp:base_static', 38 '../base/base.gyp:base_static',
38 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 39 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
39 '../build/temp_gyp/googleurl.gyp:googleurl', 40 '../build/temp_gyp/googleurl.gyp:googleurl',
40 '../net/net.gyp:net', 41 '../net/net.gyp:net',
41 '../skia/skia.gyp:skia', 42 '../skia/skia.gyp:skia',
42 '../third_party/icu/icu.gyp:icui18n', 43 '../third_party/icu/icu.gyp:icui18n',
43 '../third_party/icu/icu.gyp:icuuc', 44 '../third_party/icu/icu.gyp:icuuc',
(...skipping 475 matching lines...) Expand 10 before | Expand all | Expand 10 after
519 'configurations': { 520 'configurations': {
520 'Common_Base': { 521 'Common_Base': {
521 'msvs_target_platform': 'x64', 522 'msvs_target_platform': 'x64',
522 }, 523 },
523 }, 524 },
524 }, 525 },
525 ], 526 ],
526 }], 527 }],
527 ], 528 ],
528 } 529 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698