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

Side by Side Diff: third_party/libpng/contrib/visupng/resource.h

Issue 2033063003: Check libpng directly into third_party/ (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: public.bzl Created 4 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
OLDNEW
(Empty)
1 //{{NO_DEPENDENCIES}}
2 // Microsoft Developer Studio generated include file.
3 // Used by VisualPng.rc
4 //
5 #define IDM_FILE_OPEN 40001
6 #define IDM_FILE_SAVE 40002
7 #define IDM_FILE_NEXT 40003
8 #define IDM_FILE_PREVIOUS 40004
9 #define IDM_FILE_EXIT 40005
10 #define IDM_OPTIONS_BACKGROUND 40006
11 #define IDM_OPTIONS_STRETCH 40007
12 #define IDM_HELP_ABOUT 40008
13
14 // Next default values for new objects
15 //
16 #ifdef APSTUDIO_INVOKED
17 #ifndef APSTUDIO_READONLY_SYMBOLS
18 #define _APS_NEXT_RESOURCE_VALUE 113
19 #define _APS_NEXT_COMMAND_VALUE 40009
20 #define _APS_NEXT_CONTROL_VALUE 1001
21 #define _APS_NEXT_SYMED_VALUE 101
22 #endif
23 #endif
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698