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

Side by Side Diff: chrome/chrome.gyp

Issue 50015: Chromium side of http://codereview.chromium.org/42394... (Closed) Base URL: svn://svn.chromium.org/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 | Annotate | Revision Log
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 1410 matching lines...) Expand 10 before | Expand all | Expand 10 after
1421 'renderer/plugin_channel_host.cc', 1421 'renderer/plugin_channel_host.cc',
1422 'renderer/webplugin_delegate_proxy.cc', 1422 'renderer/webplugin_delegate_proxy.cc',
1423 'renderer/webworker_proxy.cc', 1423 'renderer/webworker_proxy.cc',
1424 'renderer/webworker_proxy.h', 1424 'renderer/webworker_proxy.h',
1425 ], 1425 ],
1426 },], 1426 },],
1427 ], 1427 ],
1428 }, 1428 },
1429 { 1429 {
1430 'target_name': 'app', 1430 'target_name': 'app',
1431 'type': 'application', 1431 'type': 'executable',
1432 'mac_bundle': 1,
1432 'dependencies': [ 1433 'dependencies': [
1433 'common', 1434 'common',
1434 'browser', 1435 'browser',
1435 'renderer', 1436 'renderer',
1436 ], 1437 ],
1437 'sources': [ 1438 'sources': [
1438 # All .cc, .h, .m, and .mm files under app except for tests. 1439 # All .cc, .h, .m, and .mm files under app except for tests.
1439 'app/breakpad.cc', 1440 'app/breakpad.cc',
1440 'app/breakpad.h', 1441 'app/breakpad.h',
1441 'app/chrome_dll_main.cc', 1442 'app/chrome_dll_main.cc',
(...skipping 1068 matching lines...) Expand 10 before | Expand all | Expand 10 after
2510 'Debug': { 2511 'Debug': {
2511 'msvs_precompiled_header': 'tools/build/win/precompiled.h', 2512 'msvs_precompiled_header': 'tools/build/win/precompiled.h',
2512 'msvs_precompiled_source': 'tools/build/win/precompiled.cc', 2513 'msvs_precompiled_source': 'tools/build/win/precompiled.cc',
2513 }, 2514 },
2514 }, 2515 },
2515 }, 2516 },
2516 ]}, # 'targets' 2517 ]}, # 'targets'
2517 ], # OS=="win" 2518 ], # OS=="win"
2518 ], # 'conditions' 2519 ], # 'conditions'
2519 } 2520 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698