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

Side by Side Diff: app/app_base.gypi

Issue 6708029: Lands http://codereview.chromium.org/2928005/ for Dill: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Updated with changes. Created 9 years, 9 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 | chrome/browser/chromeos/status/clock_menu_button.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) 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 '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': [
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 '../ui/base/message_box_win.cc', 159 '../ui/base/message_box_win.cc',
160 '../ui/base/message_box_win.h', 160 '../ui/base/message_box_win.h',
161 '../ui/base/models/accelerator.h', 161 '../ui/base/models/accelerator.h',
162 '../ui/base/models/accelerator_gtk.h', 162 '../ui/base/models/accelerator_gtk.h',
163 '../ui/base/models/accelerator_cocoa.mm', 163 '../ui/base/models/accelerator_cocoa.mm',
164 '../ui/base/models/accelerator_cocoa.h', 164 '../ui/base/models/accelerator_cocoa.h',
165 '../ui/base/models/button_menu_item_model.cc', 165 '../ui/base/models/button_menu_item_model.cc',
166 '../ui/base/models/button_menu_item_model.h', 166 '../ui/base/models/button_menu_item_model.h',
167 '../ui/base/models/menu_model.cc', 167 '../ui/base/models/menu_model.cc',
168 '../ui/base/models/menu_model.h', 168 '../ui/base/models/menu_model.h',
169 '../ui/base/models/menu_model_delegate.h',
169 '../ui/base/models/simple_menu_model.cc', 170 '../ui/base/models/simple_menu_model.cc',
170 '../ui/base/models/simple_menu_model.h', 171 '../ui/base/models/simple_menu_model.h',
171 '../ui/base/models/combobox_model.h', 172 '../ui/base/models/combobox_model.h',
172 '../ui/base/models/table_model.cc', 173 '../ui/base/models/table_model.cc',
173 '../ui/base/models/table_model.h', 174 '../ui/base/models/table_model.h',
174 '../ui/base/models/table_model_observer.h', 175 '../ui/base/models/table_model_observer.h',
175 '../ui/base/resource/data_pack.cc', 176 '../ui/base/resource/data_pack.cc',
176 '../ui/base/resource/data_pack.h', 177 '../ui/base/resource/data_pack.h',
177 '../ui/base/resource/resource_bundle.cc', 178 '../ui/base/resource/resource_bundle.cc',
178 '../ui/base/resource/resource_bundle.h', 179 '../ui/base/resource/resource_bundle.h',
(...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after
452 'configurations': { 453 'configurations': {
453 'Common_Base': { 454 'Common_Base': {
454 'msvs_target_platform': 'x64', 455 'msvs_target_platform': 'x64',
455 }, 456 },
456 }, 457 },
457 }, 458 },
458 ], 459 ],
459 }], 460 }],
460 ], 461 ],
461 } 462 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/status/clock_menu_button.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698