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

Side by Side Diff: Source/core/core_derived_sources.gyp

Issue 23742003: Use css-device-adapt constraining for legacy viewport tags. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Review issue: one assignent per line/statement Created 7 years, 3 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
« no previous file with comments | « no previous file | Source/core/css/CSSDefaultStyleSheets.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 # 1 #
2 # Copyright (C) 2013 Google Inc. All rights reserved. 2 # Copyright (C) 2013 Google Inc. All rights reserved.
3 # 3 #
4 # Redistribution and use in source and binary forms, with or without 4 # Redistribution and use in source and binary forms, with or without
5 # modification, are permitted provided that the following conditions are 5 # modification, are permitted provided that the following conditions are
6 # met: 6 # met:
7 # 7 #
8 # * Redistributions of source code must retain the above copyright 8 # * Redistributions of source code must retain the above copyright
9 # notice, this list of conditions and the following disclaimer. 9 # notice, this list of conditions and the following disclaimer.
10 # * Redistributions in binary form must reproduce the above 10 # * Redistributions in binary form must reproduce the above
(...skipping 438 matching lines...) Expand 10 before | Expand all | Expand 10 after
449 'css/themeChromium.css', 449 'css/themeChromium.css',
450 'css/themeChromiumAndroid.css', 450 'css/themeChromiumAndroid.css',
451 'css/themeChromiumLinux.css', 451 'css/themeChromiumLinux.css',
452 'css/themeChromiumSkia.css', 452 'css/themeChromiumSkia.css',
453 'css/themeWin.css', 453 'css/themeWin.css',
454 'css/themeWinQuirks.css', 454 'css/themeWinQuirks.css',
455 'css/svg.css', 455 'css/svg.css',
456 'css/mediaControls.css', 456 'css/mediaControls.css',
457 'css/mediaControlsAndroid.css', 457 'css/mediaControlsAndroid.css',
458 'css/fullscreen.css', 458 'css/fullscreen.css',
459 'css/xhtmlmp.css',
459 ], 460 ],
460 }, 461 },
461 'inputs': [ 462 'inputs': [
462 '<@(scripts)', 463 '<@(scripts)',
463 '<@(stylesheets)' 464 '<@(stylesheets)'
464 ], 465 ],
465 'outputs': [ 466 'outputs': [
466 '<(SHARED_INTERMEDIATE_DIR)/blink/UserAgentStyleSheets.h', 467 '<(SHARED_INTERMEDIATE_DIR)/blink/UserAgentStyleSheets.h',
467 '<(SHARED_INTERMEDIATE_DIR)/blink/UserAgentStyleSheetsData.cpp', 468 '<(SHARED_INTERMEDIATE_DIR)/blink/UserAgentStyleSheetsData.cpp',
468 ], 469 ],
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
697 'scripts/make-hash-tools.pl', 698 'scripts/make-hash-tools.pl',
698 '<(SHARED_INTERMEDIATE_DIR)/blink', 699 '<(SHARED_INTERMEDIATE_DIR)/blink',
699 '<(RULE_INPUT_PATH)', 700 '<(RULE_INPUT_PATH)',
700 '<(gperf_exe)', 701 '<(gperf_exe)',
701 ], 702 ],
702 }, 703 },
703 ], 704 ],
704 }, 705 },
705 ], 706 ],
706 } 707 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/css/CSSDefaultStyleSheets.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698