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

Side by Side Diff: DEPS

Issue 126143005: Remove Chrome Frame code and resources. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync to r244038 Created 6 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 | WATCHLISTS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # This file is automatically processed to create .DEPS.git which is the file 1 # This file is automatically processed to create .DEPS.git which is the file
2 # that gclient uses under git. 2 # that gclient uses under git.
3 # 3 #
4 # See http://code.google.com/p/chromium/wiki/UsingGit 4 # See http://code.google.com/p/chromium/wiki/UsingGit
5 # 5 #
6 # To test manually, run: 6 # To test manually, run:
7 # python tools/deps2git/deps2git.py -o .DEPS.git 7 # python tools/deps2git/deps2git.py -o .DEPS.git
8 # gclient runhooks 8 # gclient runhooks
9 # DO NOT CHECK IN CHANGES TO .DEPS.git. It will be automatically updated by 9 # DO NOT CHECK IN CHANGES TO .DEPS.git. It will be automatically updated by
10 # a bot when you modify this one. 10 # a bot when you modify this one.
(...skipping 548 matching lines...) Expand 10 before | Expand all | Expand 10 after
559 "+testing", 559 "+testing",
560 "+third_party/icu/source/common/unicode", 560 "+third_party/icu/source/common/unicode",
561 "+third_party/icu/source/i18n/unicode", 561 "+third_party/icu/source/i18n/unicode",
562 "+url", 562 "+url",
563 ] 563 ]
564 564
565 565
566 # checkdeps.py shouldn't check include paths for files in these dirs: 566 # checkdeps.py shouldn't check include paths for files in these dirs:
567 skip_child_includes = [ 567 skip_child_includes = [
568 "breakpad", 568 "breakpad",
569 "chrome_frame",
570 "delegate_execute", 569 "delegate_execute",
571 "metro_driver", 570 "metro_driver",
572 "native_client_sdk", 571 "native_client_sdk",
573 "o3d", 572 "o3d",
574 "pdf", 573 "pdf",
575 "sdch", 574 "sdch",
576 "skia", 575 "skia",
577 "testing", 576 "testing",
578 "third_party", 577 "third_party",
579 "v8", 578 "v8",
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
743 "pattern": ".", 742 "pattern": ".",
744 "action": ["python", "src/build/gyp_chromium"], 743 "action": ["python", "src/build/gyp_chromium"],
745 }, 744 },
746 { 745 {
747 # Check for landmines (reasons to clobber the build). 746 # Check for landmines (reasons to clobber the build).
748 "name": "landmines", 747 "name": "landmines",
749 "pattern": ".", 748 "pattern": ".",
750 "action": ["python", "src/build/landmines.py"], 749 "action": ["python", "src/build/landmines.py"],
751 }, 750 },
752 ] 751 ]
OLDNEW
« no previous file with comments | « no previous file | WATCHLISTS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698