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

Side by Side Diff: build/all.gyp

Issue 9187039: Remove more references to the deprecated webapp_it2me. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: - Created 8 years, 11 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/test/pyautolib/fetch_prebuilt_pyauto.py » ('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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'All', 8 'target_name': 'All',
9 'type': 'none', 9 'type': 'none',
10 'xcode_create_dependents_test_runner': 1, 10 'xcode_create_dependents_test_runner': 1,
(...skipping 487 matching lines...) Expand 10 before | Expand all | Expand 10 after
498 '../chrome/chrome.gyp:performance_ui_tests', 498 '../chrome/chrome.gyp:performance_ui_tests',
499 '../chrome/chrome.gyp:policy_templates', 499 '../chrome/chrome.gyp:policy_templates',
500 '../chrome/chrome.gyp:pyautolib', 500 '../chrome/chrome.gyp:pyautolib',
501 '../chrome/chrome.gyp:reliability_tests', 501 '../chrome/chrome.gyp:reliability_tests',
502 '../chrome/chrome.gyp:automated_ui_tests', 502 '../chrome/chrome.gyp:automated_ui_tests',
503 '../chrome/installer/mini_installer.gyp:mini_installer', 503 '../chrome/installer/mini_installer.gyp:mini_installer',
504 '../chrome_frame/chrome_frame.gyp:npchrome_frame', 504 '../chrome_frame/chrome_frame.gyp:npchrome_frame',
505 '../courgette/courgette.gyp:courgette', 505 '../courgette/courgette.gyp:courgette',
506 '../courgette/courgette.gyp:courgette64', 506 '../courgette/courgette.gyp:courgette64',
507 '../cloud_print/virtual_driver/virtual_driver.gyp:virtual_driver ', 507 '../cloud_print/virtual_driver/virtual_driver.gyp:virtual_driver ',
508 '../remoting/remoting.gyp:webapp_it2me', 508 '../remoting/remoting.gyp:remoting_webapp',
509 '../third_party/adobe/flash/flash_player.gyp:flash_player', 509 '../third_party/adobe/flash/flash_player.gyp:flash_player',
510 ], 510 ],
511 'conditions': [ 511 'conditions': [
512 ['internal_pdf', { 512 ['internal_pdf', {
513 'dependencies': [ 513 'dependencies': [
514 '../pdf/pdf.gyp:pdf', 514 '../pdf/pdf.gyp:pdf',
515 ], 515 ],
516 }], # internal_pdf 516 }], # internal_pdf
517 ] 517 ]
518 }, 518 },
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
604 '../sql/sql.gyp:sql_unittests', 604 '../sql/sql.gyp:sql_unittests',
605 '../ui/ui.gyp:gfx_unittests', 605 '../ui/ui.gyp:gfx_unittests',
606 ], 606 ],
607 }], 607 }],
608 ], 608 ],
609 }, 609 },
610 ], # targets 610 ], # targets
611 }], # "use_aura==1" 611 }], # "use_aura==1"
612 ], # conditions 612 ], # conditions
613 } 613 }
OLDNEW
« no previous file with comments | « no previous file | chrome/test/pyautolib/fetch_prebuilt_pyauto.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698