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

Side by Side Diff: DEPS

Issue 318763005: Do not exclude pdf from DEPS check. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: restrict deps to only keyboard_codes.h Created 6 years, 6 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 | pdf/DEPS » ('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 -w <gclientdir> 7 # python tools/deps2git/deps2git.py -o .DEPS.git -w <gclientdir>
8 # where <gcliendir> is the absolute path to the directory containing the 8 # where <gcliendir> is the absolute path to the directory containing the
9 # .gclient file (the parent of "src"). 9 # .gclient file (the parent of "src").
10 # 10 #
(...skipping 564 matching lines...) Expand 10 before | Expand all | Expand 10 after
575 ] 575 ]
576 576
577 577
578 # checkdeps.py shouldn't check include paths for files in these dirs: 578 # checkdeps.py shouldn't check include paths for files in these dirs:
579 skip_child_includes = [ 579 skip_child_includes = [
580 "breakpad", 580 "breakpad",
581 "delegate_execute", 581 "delegate_execute",
582 "metro_driver", 582 "metro_driver",
583 "native_client_sdk", 583 "native_client_sdk",
584 "o3d", 584 "o3d",
585 "pdf",
586 "sdch", 585 "sdch",
587 "skia", 586 "skia",
588 "testing", 587 "testing",
589 "third_party", 588 "third_party",
590 "v8", 589 "v8",
591 "win8", 590 "win8",
592 ] 591 ]
593 592
594 593
595 hooks = [ 594 hooks = [
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
768 "-s", "src/build/linux/bin/eu-strip.sha1", 767 "-s", "src/build/linux/bin/eu-strip.sha1",
769 ], 768 ],
770 }, 769 },
771 { 770 {
772 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 771 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
773 "name": "gyp", 772 "name": "gyp",
774 "pattern": ".", 773 "pattern": ".",
775 "action": ["python", "src/build/gyp_chromium"], 774 "action": ["python", "src/build/gyp_chromium"],
776 }, 775 },
777 ] 776 ]
OLDNEW
« no previous file with comments | « no previous file | pdf/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698