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

Side by Side Diff: app/app.gyp

Issue 126184: Move TableModel out of views/ and into app/.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: addressed comments, build fixes Created 11 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | app/table_model.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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 }, 8 },
9 'includes': [ 9 'includes': [
10 '../build/common.gypi', 10 '../build/common.gypi',
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 'resource_bundle.cc', 97 'resource_bundle.cc',
98 'resource_bundle.h', 98 'resource_bundle.h',
99 'resource_bundle_win.cc', 99 'resource_bundle_win.cc',
100 'resource_bundle_linux.cc', 100 'resource_bundle_linux.cc',
101 'resource_bundle_mac.mm', 101 'resource_bundle_mac.mm',
102 'slide_animation.cc', 102 'slide_animation.cc',
103 'slide_animation.h', 103 'slide_animation.h',
104 'theme_provider.h', 104 'theme_provider.h',
105 'throb_animation.cc', 105 'throb_animation.cc',
106 'throb_animation.h', 106 'throb_animation.h',
107 'table_model.cc',
108 'table_model.h',
109 'table_model_observer.h',
107 ], 110 ],
108 'direct_dependent_settings': { 111 'direct_dependent_settings': {
109 'include_dirs': [ 112 'include_dirs': [
110 '..', 113 '..',
111 ], 114 ],
112 }, 115 },
113 'conditions': [ 116 'conditions': [
114 ['OS=="linux"', { 117 ['OS=="linux"', {
115 'dependencies': [ 118 'dependencies': [
116 # font_gtk.cc uses fontconfig. 119 # font_gtk.cc uses fontconfig.
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
263 ], 266 ],
264 }, 267 },
265 'conditions': [ 268 'conditions': [
266 ['OS=="win"', { 269 ['OS=="win"', {
267 'dependencies': ['../build/win/system.gyp:cygwin'], 270 'dependencies': ['../build/win/system.gyp:cygwin'],
268 }], 271 }],
269 ], 272 ],
270 }, 273 },
271 ], 274 ],
272 } 275 }
OLDNEW
« no previous file with comments | « no previous file | app/table_model.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698