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

Side by Side Diff: app/app_base.gypi

Issue 5741001: Even more virtual method deinlining. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase (windows) Created 10 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | app/multi_animation.h » ('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 (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'app_base_target': 0, 8 'app_base_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
11 # This part is shared between the targets defined below. Only files and 11 # This part is shared between the targets defined below. Only files and
12 # settings relevant for building the Win64 target should be added here. 12 # settings relevant for building the Win64 target should be added here.
13 # All the rest should be added to the 'app_base' target below. 13 # All the rest should be added to the 'app_base' target below.
14 ['app_base_target==1', { 14 ['app_base_target==1', {
15 'sources': [ 15 'sources': [
16 # Used both for Chrome and for Win64 NaCl loader 16 # Used both for Chrome and for Win64 NaCl loader
17 'app_paths.h', 17 'app_paths.h',
18 'app_paths.cc', 18 'app_paths.cc',
19 'app_switches.h', 19 'app_switches.h',
20 'app_switches.cc', 20 'app_switches.cc',
21 'hi_res_timer_manager_posix.cc', 21 'hi_res_timer_manager_posix.cc',
22 'hi_res_timer_manager_win.cc', 22 'hi_res_timer_manager_win.cc',
23 'hi_res_timer_manager.h', 23 'hi_res_timer_manager.h',
24 'system_monitor.cc', 24 'system_monitor.cc',
25 'system_monitor.h', 25 'system_monitor.h',
26 'system_monitor_mac.mm', 26 'system_monitor_mac.mm',
27 'system_monitor_posix.cc', 27 'system_monitor_posix.cc',
28 'system_monitor_win.cc', 28 'system_monitor_win.cc',
29 'tree_model.cc',
29 'tree_model.h', 30 'tree_model.h',
30 'tree_node_iterator.h', 31 'tree_node_iterator.h',
31 'tree_node_model.h', 32 'tree_node_model.h',
32 ], 33 ],
33 'conditions': [ 34 'conditions': [
34 ['OS=="win"', { 35 ['OS=="win"', {
35 'sources': [ 36 'sources': [
36 'win_util.cc', 37 'win_util.cc',
37 'win_util.h', 38 'win_util.h',
38 'win_util_path.cc', 39 'win_util_path.cc',
(...skipping 406 matching lines...) Expand 10 before | Expand all | Expand 10 after
445 'configurations': { 446 'configurations': {
446 'Common_Base': { 447 'Common_Base': {
447 'msvs_target_platform': 'x64', 448 'msvs_target_platform': 'x64',
448 }, 449 },
449 }, 450 },
450 }, 451 },
451 ], 452 ],
452 }], 453 }],
453 ], 454 ],
454 } 455 }
OLDNEW
« no previous file with comments | « no previous file | app/multi_animation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698