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

Side by Side Diff: chrome/chrome_dll.gypi

Issue 1088007: Add an initial implementation of net-internals inspector in javascript.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: more build file Created 10 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 | « chrome/chrome_browser.gypi ('k') | chrome/common/chrome_paths.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 'target_defaults': { 5 'target_defaults': {
6 'variables': { 6 'variables': {
7 'chrome_dll_target': 0, 7 'chrome_dll_target': 0,
8 }, 8 },
9 'target_conditions': [ 9 'target_conditions': [
10 ['chrome_dll_target==1', { 10 ['chrome_dll_target==1', {
(...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after
380 '${BUILT_PRODUCTS_DIR}/${WRAPPER_NAME}/Libraries' 380 '${BUILT_PRODUCTS_DIR}/${WRAPPER_NAME}/Libraries'
381 ], 381 ],
382 }, 382 },
383 ], 383 ],
384 'copies': [ 384 'copies': [
385 { 385 {
386 'destination': '<(PRODUCT_DIR)/$(CONTENTS_FOLDER_PATH)/Resourc es', 386 'destination': '<(PRODUCT_DIR)/$(CONTENTS_FOLDER_PATH)/Resourc es',
387 'files': [ 387 'files': [
388 '<(PRODUCT_DIR)/resources/inspector/', 388 '<(PRODUCT_DIR)/resources/inspector/',
389 '<(PRODUCT_DIR)/resources/bookmark_manager/' 389 '<(PRODUCT_DIR)/resources/bookmark_manager/'
390 '<(PRODUCT_DIR)/resources/net_internals/'
390 ], 391 ],
391 'conditions': [ 392 'conditions': [
392 ['mac_breakpad==1', { 393 ['mac_breakpad==1', {
393 'files': [ 394 'files': [
394 '<(PRODUCT_DIR)/crash_inspector', 395 '<(PRODUCT_DIR)/crash_inspector',
395 '<(PRODUCT_DIR)/crash_report_sender.app' 396 '<(PRODUCT_DIR)/crash_report_sender.app'
396 ], 397 ],
397 }], 398 }],
398 ], 399 ],
399 }, 400 },
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
529 'configurations': { 530 'configurations': {
530 'Common_Base': { 531 'Common_Base': {
531 'msvs_target_platform': 'x64', 532 'msvs_target_platform': 'x64',
532 }, 533 },
533 }, 534 },
534 }, # target chrome_dll 535 }, # target chrome_dll
535 ], 536 ],
536 }], 537 }],
537 ], 538 ],
538 } 539 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/chrome_paths.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698