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

Side by Side Diff: base/base.gypi

Issue 499004: Try 2: Completely redo how themes are stored on disk and processed at install time. (Closed)
Patch Set: Created 11 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
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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'base_target': 0, 8 'base_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after
324 'crypto/cssm_init.cc', 324 'crypto/cssm_init.cc',
325 'crypto/cssm_init.h', 325 'crypto/cssm_init.h',
326 ], 326 ],
327 } 327 }
328 ], 328 ],
329 [ 'OS == "win"', { 329 [ 'OS == "win"', {
330 'include_dirs': [ 330 'include_dirs': [
331 '../chrome/third_party/wtl/include', 331 '../chrome/third_party/wtl/include',
332 ], 332 ],
333 'sources!': [ 333 'sources!': [
334 'data_pack.cc',
335 'event_recorder_stubs.cc', 334 'event_recorder_stubs.cc',
336 'file_descriptor_shuffle.cc', 335 'file_descriptor_shuffle.cc',
337 'message_pump_libevent.cc', 336 'message_pump_libevent.cc',
338 'string16.cc', 337 'string16.cc',
339 ], 338 ],
340 },], 339 },],
341 ], 340 ],
342 }], 341 }],
343 ], 342 ],
344 }, 343 },
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
588 'configurations': { 587 'configurations': {
589 'Common': { 588 'Common': {
590 'msvs_target_platform': 'x64', 589 'msvs_target_platform': 'x64',
591 }, 590 },
592 }, 591 },
593 }, 592 },
594 ], 593 ],
595 }], 594 }],
596 ], 595 ],
597 } 596 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/data_pack.h » ('j') | chrome/browser/browser_theme_pack.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698