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

Side by Side Diff: base/base.gyp

Issue 42044: Adding fixed guids to some modules to facilitate incremental switch to gyp. (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: '' Created 11 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
« no previous file with comments | « no previous file | breakpad/breakpad.gyp » ('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',
11 ], 11 ],
12 'targets': [ 12 'targets': [
13 { 13 {
14 'target_name': 'base', 14 'target_name': 'base',
15 'type': 'static_library', 15 'type': 'static_library',
16 'dependencies': [ 16 'dependencies': [
17 '../third_party/icu38/icu38.gyp:icui18n', 17 '../third_party/icu38/icu38.gyp:icui18n',
18 '../third_party/icu38/icu38.gyp:icuuc', 18 '../third_party/icu38/icu38.gyp:icuuc',
19 ], 19 ],
20 'msvs_guid': '1832A374-8A74-4F9E-B536-69A699B3E165',
20 'sources': [ 21 'sources': [
21 '../build/build_config.h', 22 '../build/build_config.h',
22 'third_party/dmg_fp/dmg_fp.h', 23 'third_party/dmg_fp/dmg_fp.h',
23 'third_party/dmg_fp/dtoa.cc', 24 'third_party/dmg_fp/dtoa.cc',
24 'third_party/dmg_fp/g_fmt.cc', 25 'third_party/dmg_fp/g_fmt.cc',
25 'third_party/nspr/prcpucfg.h', 26 'third_party/nspr/prcpucfg.h',
26 'third_party/nspr/prcpucfg_win.h', 27 'third_party/nspr/prcpucfg_win.h',
27 'third_party/nspr/prtime.cc', 28 'third_party/nspr/prtime.cc',
28 'third_party/nspr/prtime.h', 29 'third_party/nspr/prtime.h',
29 'third_party/nspr/prtypes.h', 30 'third_party/nspr/prtypes.h',
(...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after
372 'win_util.cc', 373 'win_util.cc',
373 'wmi_util.cc', 374 'wmi_util.cc',
374 ], 375 ],
375 }, 376 },
376 ], 377 ],
377 ], 378 ],
378 }, 379 },
379 { 380 {
380 'target_name': 'base_gfx', 381 'target_name': 'base_gfx',
381 'type': 'static_library', 382 'type': 'static_library',
383 'msvs_guid': 'A508ADD3-CECE-4E0F-8448-2F5E454DF551',
382 'sources': [ 384 'sources': [
383 'gfx/gdi_util.cc', 385 'gfx/gdi_util.cc',
384 'gfx/gdi_util.h', 386 'gfx/gdi_util.h',
385 'gfx/gtk_util.cc', 387 'gfx/gtk_util.cc',
386 'gfx/gtk_util.h', 388 'gfx/gtk_util.h',
387 'gfx/jpeg_codec.cc', 389 'gfx/jpeg_codec.cc',
388 'gfx/jpeg_codec.h', 390 'gfx/jpeg_codec.h',
389 'gfx/native_theme.cc', 391 'gfx/native_theme.cc',
390 'gfx/native_theme.h', 392 'gfx/native_theme.h',
391 'gfx/native_widget_types.h', 393 'gfx/native_widget_types.h',
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
562 'target_name': 'debug_message', 564 'target_name': 'debug_message',
563 'type': 'executable', 565 'type': 'executable',
564 'sources': [ 566 'sources': [
565 'debug_message.cc', 567 'debug_message.cc',
566 ], 568 ],
567 }, 569 },
568 ], 570 ],
569 }], 571 }],
570 ], 572 ],
571 } 573 }
OLDNEW
« no previous file with comments | « no previous file | breakpad/breakpad.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698